#32815F

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

Shades of Sea Green #32815F

Tints of Sea Green #32815F

Color information

#32815F (or 0x32815F) is unknown color: approx Sea Green. HEX triplet: 32, 81 and 5F. RGB value is (50,129,95). Sum of RGB (Red+Green+Blue) = 50+129+95=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #32815F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32815F is #CD7EA0. Grayscale: #656565. Windows color (decimal): -13467297 or 6258994. OLE color: 6258994.

HSL color Cylindrical-coordinate representation of color #32815F: hue angle of 154.18º 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 #32815F is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB5012995-
CMYK0.6100.260.49
HSL154.18º44.13%35.1%-
HSV(B)154.18º61.24%50.59%-
XYZ11.2317.213.56-
YUV101.5124.3391.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.25%
GREEN value IS 129 (50.78% from 255) = 47.08%
BLUE value IS 95 (37.5% from 255) = 34.67%
R=18.25%
G=47.08%
B=34.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50129950.6100.260.49154.1844.1335.1
Hex32815F3D01A319a2c23
Octal6220113775032612325443
Binary11001010000001101111111110101101011000110011010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32815F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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