#32AB8A

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

Shades of Jungle Green #32AB8A

Tints of Jungle Green #32AB8A

Color information

#32AB8A (or 0x32AB8A) is unknown color: approx Jungle Green. HEX triplet: 32, AB and 8A. RGB value is (50,171,138). Sum of RGB (Red+Green+Blue) = 50+171+138=359 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.93% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 171 - color contains mainly: green. Hex color #32AB8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AB8A is #CD5475. Grayscale: #838383. Windows color (decimal): -13456502 or 9087794. OLE color: 9087794.

HSL color Cylindrical-coordinate representation of color #32AB8A: hue angle of 163.64º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AB8A is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB50171138-
CMYK0.7100.190.33
HSL163.64º54.75%43.33%-
HSV(B)163.64º70.76%67.06%-
XYZ20.4731.6429.07-
YUV131.06131.9170.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.93%
GREEN value IS 171 (67.19% from 255) = 47.63%
BLUE value IS 138 (54.30% from 255) = 38.44%
R=13.93%
G=47.63%
B=38.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal501711380.7100.190.33163.6454.7543.33
Hex32AB8A4701321a4372b
Octal62253212107023412446753
Binary1100101010101110001010100011101001110000110100100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,171,138); }

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

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

 a { background-color: rgb(50,171,138); }

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

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

 span { border-color: rgb(50,171,138); }

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