#32964D

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

Shades of Sea Green #32964D

Tints of Sea Green #32964D

Color information

#32964D (or 0x32964D) is unknown color: approx Sea Green. HEX triplet: 32, 96 and 4D. RGB value is (50,150,77). Sum of RGB (Red+Green+Blue) = 50+150+77=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 150 (58.98% from 255 or 54.15% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 150 - color contains mainly: green. Hex color #32964D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32964D is #CD69B2. Grayscale: #6F6F6F. Windows color (decimal): -13461939 or 5084722. OLE color: 5084722.

HSL color Cylindrical-coordinate representation of color #32964D: hue angle of 136.2º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32964D is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB5015077-
CMYK0.6700.490.41
HSL136.2º50%39.22%-
HSV(B)136.2º66.67%58.82%-
XYZ13.5623.0310.75-
YUV111.78108.3783.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.05%
GREEN value IS 150 (58.98% from 255) = 54.15%
BLUE value IS 77 (30.47% from 255) = 27.80%
R=18.05%
G=54.15%
B=27.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50150770.6700.490.41136.25039.22
Hex32964D4303129883227
Octal62226115103061512106247
Binary1100101001011010011011000011011000110100110001000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32964D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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