Html Css Color HEX #3CB58E Jungle Green

📋 copy color: '#3CB58E'

red 60 ◦ green 181 ◦ blue 142

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

Shades of Jungle Green #3CB58E

Tints of Jungle Green #3CB58E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.26%

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

R = 15.67%
G = 47.26%
B = 37.08%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#3CB58E (or 0x3CB58E) is known color: Jungle Green. HEX triplet: 3C, B5 and 8E. RGB value is (60,181,142). Sum of RGB (Red+Green+Blue) = 60+181+142=383 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.67% from 383); Green value is 181 (71.09% from 255 or 47.26% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB58E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB58E is #C34A71. Grayscale: #8C8C8C. Windows color (decimal): -12798578 or 9352508. OLE color: 9352508.

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

Color convert

RGB 60 181 142 -
CMYK 0.67 0 0.22 0.29
HSL 160.66º 0.5% 0.47% -
HSV(B) 160.66º 0.67% 0.71% -
XYZ 23.27 35.96 31.31 -
YUV 140.38 128.91 70.67 -
System Red Green Blue C M Y K H S L
Decimal 60 181 142 0.67 0 0.22 0.29 160.66 0.5 0.47
Hex 3C B5 8E 43 0 16 1D A1 32 2F
Octal 74 265 216 103 0 26 35 241 62 57
Binary 111100 10110101 10001110 1000011 0 10110 11101 10100001 110010 101111

Color Harmonies of #3CB58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB58E

Black with #3CB58E

Text Example


Text Example

White with #3CB58E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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