#32934B

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

Shades of Sea Green #32934B

Tints of Sea Green #32934B

Color information

#32934B (or 0x32934B) is unknown color: approx Sea Green. HEX triplet: 32, 93 and 4B. RGB value is (50,147,75). Sum of RGB (Red+Green+Blue) = 50+147+75=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #32934B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32934B is #CD6CB4. Grayscale: #6D6D6D. Windows color (decimal): -13462709 or 4952882. OLE color: 4952882.

HSL color Cylindrical-coordinate representation of color #32934B: hue angle of 135.46º degrees, saturation: 0.49, 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 #32934B is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB5014775-
CMYK0.6600.490.42
HSL135.46º49.24%38.63%-
HSV(B)135.46º65.99%57.65%-
XYZ13.0222.0510.23-
YUV109.79108.3685.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.38%
GREEN value IS 147 (57.81% from 255) = 54.04%
BLUE value IS 75 (29.69% from 255) = 27.57%
R=18.38%
G=54.04%
B=27.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50147750.6600.490.42135.4649.2438.63
Hex32934B420312A873127
Octal62223113102061522076147
Binary1100101001001110010111000010011000110101010000111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32934B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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