#32954B

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

Shades of Sea Green #32954B

Tints of Sea Green #32954B

Color information

#32954B (or 0x32954B) is unknown color: approx Sea Green. HEX triplet: 32, 95 and 4B. RGB value is (50,149,75). Sum of RGB (Red+Green+Blue) = 50+149+75=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #32954B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32954B is #CD6AB4. Grayscale: #6F6F6F. Windows color (decimal): -13462197 or 4953394. OLE color: 4953394.

HSL color Cylindrical-coordinate representation of color #32954B: hue angle of 135.15º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32954B is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB5014975-
CMYK0.6600.500.42
HSL135.15º49.75%39.02%-
HSV(B)135.15º66.44%58.43%-
XYZ13.3322.6810.33-
YUV110.96107.784.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.25%
GREEN value IS 149 (58.59% from 255) = 54.38%
BLUE value IS 75 (29.69% from 255) = 27.37%
R=18.25%
G=54.38%
B=27.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50149750.6600.500.42135.1549.7539.02
Hex32954B420322A873227
Octal62225113102062522076247
Binary1100101001010110010111000010011001010101010000111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32954B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32954B; }

 p { color: rgb(50,149,75); }

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

<style>
 a { background-color: #32954B; }

 a { background-color: rgb(50,149,75); }

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

<style>
 span { border-color: #32954B; }

 span { border-color: rgb(50,149,75); }

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