Html Css Color HEX #3CB38B Jungle Green

📋 copy color: '#3CB38B'

red 60 ◦ green 179 ◦ blue 139

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

Shades of Jungle Green #3CB38B

Tints of Jungle Green #3CB38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.77%

R = 15.87%
G = 47.35%
B = 36.77%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#3CB38B (or 0x3CB38B) is known color: Jungle Green. HEX triplet: 3C, B3 and 8B. RGB value is (60,179,139). Sum of RGB (Red+Green+Blue) = 60+179+139=378 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.87% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 179 - color contains mainly: green. Hex color #3CB38B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB38B is #C34C74. Grayscale: #8A8A8A. Windows color (decimal): -12799093 or 9155388. OLE color: 9155388.

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

Color convert

RGB 60 179 139 -
CMYK 0.66 0 0.22 0.30
HSL 159.83º 0.5% 0.47% -
HSV(B) 159.83º 0.66% 0.7% -
XYZ 22.64 35.06 30 -
YUV 138.86 128.08 71.75 -
System Red Green Blue C M Y K H S L
Decimal 60 179 139 0.66 0 0.22 0.30 159.83 0.5 0.47
Hex 3C B3 8B 42 0 16 1E A0 32 2F
Octal 74 263 213 102 0 26 36 240 62 57
Binary 111100 10110011 10001011 1000010 0 10110 11110 10100000 110010 101111

Color Harmonies of #3CB38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB38B

Black with #3CB38B

Text Example


Text Example

White with #3CB38B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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