Html Css Color HEX #3CB48E Jungle Green

📋 copy color: '#3CB48E'

red 60 ◦ green 180 ◦ blue 142

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

Shades of Jungle Green #3CB48E

Tints of Jungle Green #3CB48E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.12%

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

R = 15.71%
G = 47.12%
B = 37.17%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#3CB48E (or 0x3CB48E) is known color: Jungle Green. HEX triplet: 3C, B4 and 8E. RGB value is (60,180,142). Sum of RGB (Red+Green+Blue) = 60+180+142=382 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.71% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB48E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB48E is #C34B71. Grayscale: #8B8B8B. Windows color (decimal): -12798834 or 9352252. OLE color: 9352252.

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

Color convert

RGB 60 180 142 -
CMYK 0.67 0 0.21 0.29
HSL 161º 0.5% 0.47% -
HSV(B) 161º 0.67% 0.71% -
XYZ 23.07 35.56 31.24 -
YUV 139.79 129.24 71.09 -
System Red Green Blue C M Y K H S L
Decimal 60 180 142 0.67 0 0.21 0.29 161 0.5 0.47
Hex 3C B4 8E 43 0 15 1D A1 32 2F
Octal 74 264 216 103 0 25 35 241 62 57
Binary 111100 10110100 10001110 1000011 0 10101 11101 10100001 110010 101111

Color Harmonies of #3CB48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB48E

Black with #3CB48E

Text Example


Text Example

White with #3CB48E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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