Html Css Color HEX #3CB384 Jungle Green

📋 copy color: '#3CB384'

red 60 ◦ green 179 ◦ blue 132

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

Shades of Jungle Green #3CB384

Tints of Jungle Green #3CB384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.58%

R = 16.17%
G = 48.25%
B = 35.58%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#3CB384 (or 0x3CB384) is known color: Jungle Green. HEX triplet: 3C, B3 and 84. RGB value is (60,179,132). Sum of RGB (Red+Green+Blue) = 60+179+132=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 179 - color contains mainly: green. Hex color #3CB384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB384 is #C34C7B. Grayscale: #8A8A8A. Windows color (decimal): -12799100 or 8696636. OLE color: 8696636.

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

Color convert

RGB 60 179 132 -
CMYK 0.66 0 0.26 0.30
HSL 156.3º 0.5% 0.47% -
HSV(B) 156.3º 0.66% 0.7% -
XYZ 22.15 34.87 27.39 -
YUV 138.06 124.58 72.32 -
System Red Green Blue C M Y K H S L
Decimal 60 179 132 0.66 0 0.26 0.30 156.3 0.5 0.47
Hex 3C B3 84 42 0 1A 1E 9C 32 2F
Octal 74 263 204 102 0 32 36 234 62 57
Binary 111100 10110011 10000100 1000010 0 11010 11110 10011100 110010 101111

Color Harmonies of #3CB384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB384

Black with #3CB384

Text Example


Text Example

White with #3CB384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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