#3CB388

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

Shades of Jungle Green #3CB388

Tints of Jungle Green #3CB388

Color information

#3CB388 (or 0x3CB388) is unknown color: approx Jungle Green. HEX triplet: 3C, B3 and 88. RGB value is (60,179,136). Sum of RGB (Red+Green+Blue) = 60+179+136=375 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 179 - color contains mainly: green. Hex color #3CB388 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB388 is #C34C77. Grayscale: #8A8A8A. Windows color (decimal): -12799096 or 8958780. OLE color: 8958780.

HSL color Cylindrical-coordinate representation of color #3CB388: hue angle of 158.32º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB388 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB60179136-
CMYK0.6600.240.30
HSL158.32º49.79%46.86%-
HSV(B)158.32º66.48%70.2%-
XYZ22.4334.9828.86-
YUV138.52126.5872-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16%
GREEN value IS 179 (70.31% from 255) = 47.73%
BLUE value IS 136 (53.52% from 255) = 36.27%
R=16%
G=47.73%
B=36.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal601791360.6600.240.30158.3249.7946.86
Hex3CB388420181E9e322f
Octal74263210102030362366257
Binary111100101100111000100010000100110001111010011110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CB388; }

 p { color: rgb(60,179,136); }

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

<style>
 a { background-color: #3CB388; }

 a { background-color: rgb(60,179,136); }

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

<style>
 span { border-color: #3CB388; }

 span { border-color: rgb(60,179,136); }

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