#3CB48D

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

Shades of Jungle Green #3CB48D

Tints of Jungle Green #3CB48D

Color information

#3CB48D (or 0x3CB48D) is unknown color: approx Jungle Green. HEX triplet: 3C, B4 and 8D. RGB value is (60,180,141). Sum of RGB (Red+Green+Blue) = 60+180+141=381 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.75% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB48D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB48D is #C34B72. Grayscale: #8B8B8B. Windows color (decimal): -12798835 or 9286716. OLE color: 9286716.

HSL color Cylindrical-coordinate representation of color #3CB48D: hue angle of 160.5º 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 #3CB48D is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB60180141-
CMYK0.6700.220.29
HSL160.5º50%47.06%-
HSV(B)160.5º66.67%70.59%-
XYZ22.9935.5330.84-
YUV139.67128.7471.17-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.75%
GREEN value IS 180 (70.70% from 255) = 47.24%
BLUE value IS 141 (55.47% from 255) = 37.01%
R=15.75%
G=47.24%
B=37.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal601801410.6700.220.29160.55047.06
Hex3CB48D430161Da0322f
Octal74264215103026352406257
Binary111100101101001000110110000110101101110110100000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,180,141); }

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

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

 a { background-color: rgb(60,180,141); }

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

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

 span { border-color: rgb(60,180,141); }

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