#32894D

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

Shades of Sea Green #32894D

Tints of Sea Green #32894D

Color information

#32894D (or 0x32894D) is unknown color: approx Sea Green. HEX triplet: 32, 89 and 4D. RGB value is (50,137,77). Sum of RGB (Red+Green+Blue) = 50+137+77=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 137 (53.91% from 255 or 51.89% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 137 - color contains mainly: green. Hex color #32894D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32894D is #CD76B2. Grayscale: #686868. Windows color (decimal): -13465267 or 5081394. OLE color: 5081394.

HSL color Cylindrical-coordinate representation of color #32894D: hue angle of 138.62º 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 #32894D is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB5013777-
CMYK0.6400.440.46
HSL138.62º46.52%36.67%-
HSV(B)138.62º63.5%53.73%-
XYZ11.619.1110.1-
YUV104.15112.6889.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.94%
GREEN value IS 137 (53.91% from 255) = 51.89%
BLUE value IS 77 (30.47% from 255) = 29.17%
R=18.94%
G=51.89%
B=29.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50137770.6400.440.46138.6246.5236.67
Hex32894D4002C2E8b2f25
Octal62211115100054562135745
Binary1100101000100110011011000000010110010111010001011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32894D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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