#32914A

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

Shades of Sea Green #32914A

Tints of Sea Green #32914A

Color information

#32914A (or 0x32914A) is unknown color: approx Sea Green. HEX triplet: 32, 91 and 4A. RGB value is (50,145,74). Sum of RGB (Red+Green+Blue) = 50+145+74=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 145 (57.03% from 255 or 53.90% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 145 - color contains mainly: green. Hex color #32914A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32914A is #CD6EB5. Grayscale: #6C6C6C. Windows color (decimal): -13463222 or 4886834. OLE color: 4886834.

HSL color Cylindrical-coordinate representation of color #32914A: hue angle of 135.16º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32914A is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB5014574-
CMYK0.6600.490.43
HSL135.16º48.72%38.24%-
HSV(B)135.16º65.52%56.86%-
XYZ12.6821.429.95-
YUV108.5108.5386.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.59%
GREEN value IS 145 (57.03% from 255) = 53.90%
BLUE value IS 74 (29.30% from 255) = 27.51%
R=18.59%
G=53.90%
B=27.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50145740.6600.490.43135.1648.7238.24
Hex32914A420312B873126
Octal62221112102061532076146
Binary1100101001000110010101000010011000110101110000111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32914A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32914A; }

 p { color: rgb(50,145,74); }

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

<style>
 a { background-color: #32914A; }

 a { background-color: rgb(50,145,74); }

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

<style>
 span { border-color: #32914A; }

 span { border-color: rgb(50,145,74); }

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