#32B089

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

Shades of Jungle Green #32B089

Tints of Jungle Green #32B089

Color information

#32B089 (or 0x32B089) is unknown color: approx Jungle Green. HEX triplet: 32, B0 and 89. RGB value is (50,176,137). Sum of RGB (Red+Green+Blue) = 50+176+137=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 176 (69.14% from 255 or 48.48% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 176 - color contains mainly: green. Hex color #32B089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32B089 is #CD4F76. Grayscale: #858585. Windows color (decimal): -13455223 or 9023538. OLE color: 9023538.

HSL color Cylindrical-coordinate representation of color #32B089: hue angle of 161.43º 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 #32B089 is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB50176137-
CMYK0.7200.220.31
HSL161.43º55.75%44.31%-
HSV(B)161.43º71.59%69.02%-
XYZ21.3633.5329.01-
YUV133.88129.7668.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.77%
GREEN value IS 176 (69.14% from 255) = 48.48%
BLUE value IS 137 (53.91% from 255) = 37.74%
R=13.77%
G=48.48%
B=37.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal501761370.7200.220.31161.4355.7544.31
Hex32B089480161Fa1382c
Octal62260211110026372417054
Binary110010101100001000100110010000101101111110100001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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