#3CB88D

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

Shades of Jungle Green #3CB88D

Tints of Jungle Green #3CB88D

Color information

#3CB88D (or 0x3CB88D) is unknown color: approx Jungle Green. HEX triplet: 3C, B8 and 8D. RGB value is (60,184,141). Sum of RGB (Red+Green+Blue) = 60+184+141=385 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.58% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 184 - color contains mainly: green. Hex color #3CB88D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB88D is #C34772. Grayscale: #8E8E8E. Windows color (decimal): -12797811 or 9287740. OLE color: 9287740.

HSL color Cylindrical-coordinate representation of color #3CB88D: hue angle of 159.19º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB88D is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB60184141-
CMYK0.6700.230.28
HSL159.19º50.82%47.84%-
HSV(B)159.19º67.39%72.16%-
XYZ23.8137.1631.12-
YUV142.02127.4269.5-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.58%
GREEN value IS 184 (72.27% from 255) = 47.79%
BLUE value IS 141 (55.47% from 255) = 36.62%
R=15.58%
G=47.79%
B=36.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal601841410.6700.230.28159.1950.8247.84
Hex3CB88D430171C9f3330
Octal74270215103027342376360
Binary111100101110001000110110000110101111110010011111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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