#32815D

Color #32815D Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #32815D

Tints of Sea Green #32815D

Color information

#32815D (or 0x32815D) is unknown color: approx Sea Green. HEX triplet: 32, 81 and 5D. RGB value is (50,129,93). Sum of RGB (Red+Green+Blue) = 50+129+93=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 129 - color contains mainly: green. Hex color #32815D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32815D is #CD7EA2. Grayscale: #656565. Windows color (decimal): -13467299 or 6127922. OLE color: 6127922.

HSL color Cylindrical-coordinate representation of color #32815D: hue angle of 152.66º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32815D is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB5012993-
CMYK0.6100.280.49
HSL152.66º44.13%35.1%-
HSV(B)152.66º61.24%50.59%-
XYZ11.1417.1713.08-
YUV101.28123.3391.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 18.38%
GREEN value IS 129 (50.78% from 255) = 47.43%
BLUE value IS 93 (36.72% from 255) = 34.19%
R=18.38%
G=47.43%
B=34.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50129930.6100.280.49152.6644.1335.1
Hex32815D3D01C31992c23
Octal6220113575034612315443
Binary11001010000001101110111110101110011000110011001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32815D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32815D; }

 p { color: rgb(50,129,93); }

 H1.HeaderClassName
 {
   color: #32815D;
 }
 .AnyTagClassName
 {
   color: #32815D;
 }
</style>
background-color css

<style>
 a { background-color: #32815D; }

 a { background-color: rgb(50,129,93); }

 div.DivClassName
 {
   background-color: #32815D;
 }
 .BgClassName
 {
   background-color: #32815D;
 }
</style>
border-color css

<style>
 span { border-color: #32815D; }

 span { border-color: rgb(50,129,93); }

 td.TdClassName
 {
   border-color: #32815D;
 }
 .TagClassName
 {
   border-color: #32815D;
 }
</style>