#32AE7B

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

Shades of Jungle Green #32AE7B

Tints of Jungle Green #32AE7B

Color information

#32AE7B (or 0x32AE7B) is unknown color: approx Jungle Green. HEX triplet: 32, AE and 7B. RGB value is (50,174,123). Sum of RGB (Red+Green+Blue) = 50+174+123=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 174 (68.36% from 255 or 50.14% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 174 - color contains mainly: green. Hex color #32AE7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AE7B is #CD5184. Grayscale: #838383. Windows color (decimal): -13455749 or 8105522. OLE color: 8105522.

HSL color Cylindrical-coordinate representation of color #32AE7B: hue angle of 155.32º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AE7B is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB50174123-
CMYK0.7100.290.32
HSL155.32º55.36%43.92%-
HSV(B)155.32º71.26%68.24%-
XYZ20.0332.3823.93-
YUV131.11123.4270.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.41%
GREEN value IS 174 (68.36% from 255) = 50.14%
BLUE value IS 123 (48.44% from 255) = 35.45%
R=14.41%
G=50.14%
B=35.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal501741230.7100.290.32155.3255.3643.92
Hex32AE7B4701D209b372c
Octal62256173107035402336754
Binary110010101011101111011100011101110110000010011011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,174,123); }

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

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

 a { background-color: rgb(50,174,123); }

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

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

 span { border-color: rgb(50,174,123); }

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