Html Css Color HEX #3CB38E Jungle Green

📋 copy color: '#3CB38E'

red 60 ◦ green 179 ◦ blue 142

#3CB38E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #3CB38E

Tints of Jungle Green #3CB38E

RGB

 RED value IS 60 (23.83% from 255) = 15.75%

 GREEN value IS 179 (70.31% from 255) = 46.98%

 BLUE value IS 142 (55.86% from 255) = 37.27%

R = 15.75%
G = 46.98%
B = 37.27%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#3CB38E (or 0x3CB38E) is known color: Jungle Green. HEX triplet: 3C, B3 and 8E. RGB value is (60,179,142). Sum of RGB (Red+Green+Blue) = 60+179+142=381 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.75% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #3CB38E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB38E is #C34C71. Grayscale: #8B8B8B. Windows color (decimal): -12799090 or 9351996. OLE color: 9351996.

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

Color convert

RGB 60 179 142 -
CMYK 0.66 0 0.21 0.30
HSL 161.34º 0.5% 0.47% -
HSV(B) 161.34º 0.66% 0.7% -
XYZ 22.87 35.15 31.17 -
YUV 139.2 129.58 71.51 -
System Red Green Blue C M Y K H S L
Decimal 60 179 142 0.66 0 0.21 0.30 161.34 0.5 0.47
Hex 3C B3 8E 42 0 15 1E A1 32 2F
Octal 74 263 216 102 0 25 36 241 62 57
Binary 111100 10110011 10001110 1000010 0 10101 11110 10100001 110010 101111

Color Harmonies of #3CB38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB38E

Black with #3CB38E

Text Example


Text Example

White with #3CB38E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3CB38E;
 }
 .AnyTagClassName
 {
   color: #3CB38E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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