Html Css Color HEX #3CB488 Jungle Green

📋 copy color: '#3CB488'

red 60 ◦ green 180 ◦ blue 136

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

Shades of Jungle Green #3CB488

Tints of Jungle Green #3CB488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.17%

R = 15.96%
G = 47.87%
B = 36.17%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#3CB488 (or 0x3CB488) is known color: Jungle Green. HEX triplet: 3C, B4 and 88. RGB value is (60,180,136). Sum of RGB (Red+Green+Blue) = 60+180+136=376 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.96% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB488 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB488 is #C34B77. Grayscale: #8B8B8B. Windows color (decimal): -12798840 or 8959036. OLE color: 8959036.

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

Color convert

RGB 60 180 136 -
CMYK 0.67 0 0.24 0.29
HSL 158º 0.5% 0.47% -
HSV(B) 158º 0.67% 0.71% -
XYZ 22.63 35.38 28.93 -
YUV 139.1 126.24 71.58 -
System Red Green Blue C M Y K H S L
Decimal 60 180 136 0.67 0 0.24 0.29 158 0.5 0.47
Hex 3C B4 88 43 0 18 1D 9E 32 2F
Octal 74 264 210 103 0 30 35 236 62 57
Binary 111100 10110100 10001000 1000011 0 11000 11101 10011110 110010 101111

Color Harmonies of #3CB488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB488

Black with #3CB488

Text Example


Text Example

White with #3CB488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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