#32B78A

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

Shades of Jungle Green #32B78A

Tints of Jungle Green #32B78A

Color information

#32B78A (or 0x32B78A) is unknown color: approx Jungle Green. HEX triplet: 32, B7 and 8A. RGB value is (50,183,138). Sum of RGB (Red+Green+Blue) = 50+183+138=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #32B78A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B78A is #CD4875. Grayscale: #8A8A8A. Windows color (decimal): -13453430 or 9090866. OLE color: 9090866.

HSL color Cylindrical-coordinate representation of color #32B78A: hue angle of 159.7º 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 #32B78A is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB50183138-
CMYK0.7300.250.28
HSL159.7º57.08%45.69%-
HSV(B)159.7º72.68%71.76%-
XYZ22.8436.3829.86-
YUV138.1127.9465.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.48%
GREEN value IS 183 (71.88% from 255) = 49.33%
BLUE value IS 138 (54.30% from 255) = 37.20%
R=13.48%
G=49.33%
B=37.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal501831380.7300.250.28159.757.0845.69
Hex32B78A490191Ca0392e
Octal62267212111031342407156
Binary110010101101111000101010010010110011110010100000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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