#3CB288

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

Shades of Jungle Green #3CB288

Tints of Jungle Green #3CB288

Color information

#3CB288 (or 0x3CB288) is unknown color: approx Jungle Green. HEX triplet: 3C, B2 and 88. RGB value is (60,178,136). Sum of RGB (Red+Green+Blue) = 60+178+136=374 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.04% from 374); Green value is 178 (69.92% from 255 or 47.59% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB288 is #C34D77. Grayscale: #898989. Windows color (decimal): -12799352 or 8958524. OLE color: 8958524.

HSL color Cylindrical-coordinate representation of color #3CB288: hue angle of 158.64º 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 #3CB288 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB60178136-
CMYK0.6600.240.30
HSL158.64º49.58%46.67%-
HSV(B)158.64º66.29%69.8%-
XYZ22.2334.5828.8-
YUV137.93126.9172.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.04%
GREEN value IS 178 (69.92% from 255) = 47.59%
BLUE value IS 136 (53.52% from 255) = 36.36%
R=16.04%
G=47.59%
B=36.36%

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
Decimal601781360.6600.240.30158.6449.5846.67
Hex3CB288420181E9f322f
Octal74262210102030362376257
Binary111100101100101000100010000100110001111010011111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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