#32894F

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

Shades of Sea Green #32894F

Tints of Sea Green #32894F

Color information

#32894F (or 0x32894F) is unknown color: approx Sea Green. HEX triplet: 32, 89 and 4F. RGB value is (50,137,79). Sum of RGB (Red+Green+Blue) = 50+137+79=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 137 (53.91% from 255 or 51.50% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 137 - color contains mainly: green. Hex color #32894F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32894F is #CD76B0. Grayscale: #686868. Windows color (decimal): -13465265 or 5212466. OLE color: 5212466.

HSL color Cylindrical-coordinate representation of color #32894F: hue angle of 140º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32894F is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB5013779-
CMYK0.6400.420.46
HSL140º46.52%36.67%-
HSV(B)140º63.5%53.73%-
XYZ11.6719.1310.48-
YUV104.38113.6889.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.80%
GREEN value IS 137 (53.91% from 255) = 51.50%
BLUE value IS 79 (31.25% from 255) = 29.70%
R=18.80%
G=51.50%
B=29.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50137790.6400.420.4614046.5236.67
Hex32894F4002A2E8c2f25
Octal62211117100052562145745
Binary1100101000100110011111000000010101010111010001100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32894F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,137,79); }

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

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

 a { background-color: rgb(50,137,79); }

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

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

 span { border-color: rgb(50,137,79); }

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