#32B08B

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

Shades of Jungle Green #32B08B

Tints of Jungle Green #32B08B

Color information

#32B08B (or 0x32B08B) is unknown color: approx Jungle Green. HEX triplet: 32, B0 and 8B. RGB value is (50,176,139). Sum of RGB (Red+Green+Blue) = 50+176+139=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 176 (69.14% from 255 or 48.22% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 176 - color contains mainly: green. Hex color #32B08B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32B08B is #CD4F74. Grayscale: #868686. Windows color (decimal): -13455221 or 9154610. OLE color: 9154610.

HSL color Cylindrical-coordinate representation of color #32B08B: hue angle of 162.38º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B08B is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB50176139-
CMYK0.7200.210.31
HSL162.38º55.75%44.31%-
HSV(B)162.38º71.59%69.02%-
XYZ21.533.5929.78-
YUV134.11130.7668.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.70%
GREEN value IS 176 (69.14% from 255) = 48.22%
BLUE value IS 139 (54.69% from 255) = 38.08%
R=13.70%
G=48.22%
B=38.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal501761390.7200.210.31162.3855.7544.31
Hex32B08B480151Fa2382c
Octal62260213110025372427054
Binary110010101100001000101110010000101011111110100010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32B08B; }

 p { color: rgb(50,176,139); }

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

<style>
 a { background-color: #32B08B; }

 a { background-color: rgb(50,176,139); }

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

<style>
 span { border-color: #32B08B; }

 span { border-color: rgb(50,176,139); }

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