#32B790

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

Shades of Jungle Green #32B790

Tints of Jungle Green #32B790

Color information

#32B790 (or 0x32B790) is unknown color: approx Jungle Green. HEX triplet: 32, B7 and 90. RGB value is (50,183,144). Sum of RGB (Red+Green+Blue) = 50+183+144=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #32B790 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B790 is #CD486F. Grayscale: #8A8A8A. Windows color (decimal): -13453424 or 9484082. OLE color: 9484082.

HSL color Cylindrical-coordinate representation of color #32B790: hue angle of 162.41º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B790 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB50183144-
CMYK0.7300.210.28
HSL162.41º57.08%45.69%-
HSV(B)162.41º72.68%71.76%-
XYZ23.2836.5632.21-
YUV138.79130.9464.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.26%
GREEN value IS 183 (71.88% from 255) = 48.54%
BLUE value IS 144 (56.64% from 255) = 38.20%
R=13.26%
G=48.54%
B=38.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal501831440.7300.210.28162.4157.0845.69
Hex32B790490151Ca2392e
Octal62267220111025342427156
Binary110010101101111001000010010010101011110010100010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,183,144); }

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

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

 a { background-color: rgb(50,183,144); }

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

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

 span { border-color: rgb(50,183,144); }

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