#3CB586

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

Shades of Jungle Green #3CB586

Tints of Jungle Green #3CB586

Color information

#3CB586 (or 0x3CB586) is unknown color: approx Jungle Green. HEX triplet: 3C, B5 and 86. RGB value is (60,181,134). Sum of RGB (Red+Green+Blue) = 60+181+134=375 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB586 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB586 is #C34A79. Grayscale: #8B8B8B. Windows color (decimal): -12798586 or 8828220. OLE color: 8828220.

HSL color Cylindrical-coordinate representation of color #3CB586: hue angle of 156.69º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB586 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB60181134-
CMYK0.6700.260.29
HSL156.69º50.21%47.25%-
HSV(B)156.69º66.85%70.98%-
XYZ22.6935.7328.25-
YUV139.46124.9171.32-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16%
GREEN value IS 181 (71.09% from 255) = 48.27%
BLUE value IS 134 (52.73% from 255) = 35.73%
R=16%
G=48.27%
B=35.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal601811340.6700.260.29156.6950.2147.25
Hex3CB5864301A1D9d322f
Octal74265206103032352356257
Binary111100101101011000011010000110110101110110011101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,181,134); }

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

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

 a { background-color: rgb(60,181,134); }

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

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

 span { border-color: rgb(60,181,134); }

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