#32B78B

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

Shades of Jungle Green #32B78B

Tints of Jungle Green #32B78B

Color information

#32B78B (or 0x32B78B) is unknown color: approx Jungle Green. HEX triplet: 32, B7 and 8B. RGB value is (50,183,139). Sum of RGB (Red+Green+Blue) = 50+183+139=372 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.44% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 183 - color contains mainly: green. Hex color #32B78B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B78B is #CD4874. Grayscale: #8A8A8A. Windows color (decimal): -13453429 or 9156402. OLE color: 9156402.

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

Color convert

RGB50183139-
CMYK0.7300.240.28
HSL160.15º57.08%45.69%-
HSV(B)160.15º72.68%71.76%-
XYZ22.9136.4130.25-
YUV138.22128.4465.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.44%
GREEN value IS 183 (71.88% from 255) = 49.19%
BLUE value IS 139 (54.69% from 255) = 37.37%
R=13.44%
G=49.19%
B=37.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal501831390.7300.240.28160.1557.0845.69
Hex32B78B490181Ca0392e
Octal62267213111030342407156
Binary110010101101111000101110010010110001110010100000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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