Html Css Color HEX #3CB585 Jungle Green

📋 copy color: '#3CB585'

red 60 ◦ green 181 ◦ blue 133

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

Shades of Jungle Green #3CB585

Tints of Jungle Green #3CB585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.56%

R = 16.04%
G = 48.4%
B = 35.56%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#3CB585 (or 0x3CB585) is known color: Jungle Green. HEX triplet: 3C, B5 and 85. RGB value is (60,181,133). Sum of RGB (Red+Green+Blue) = 60+181+133=374 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.04% from 374); Green value is 181 (71.09% from 255 or 48.40% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB585 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB585 is #C34A7A. Grayscale: #8B8B8B. Windows color (decimal): -12798587 or 8762684. OLE color: 8762684.

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

Color convert

RGB 60 181 133 -
CMYK 0.67 0 0.27 0.29
HSL 156.2º 0.5% 0.47% -
HSV(B) 156.2º 0.67% 0.71% -
XYZ 22.62 35.7 27.89 -
YUV 139.35 124.41 71.4 -
System Red Green Blue C M Y K H S L
Decimal 60 181 133 0.67 0 0.27 0.29 156.2 0.5 0.47
Hex 3C B5 85 43 0 1B 1D 9C 32 2F
Octal 74 265 205 103 0 33 35 234 62 57
Binary 111100 10110101 10000101 1000011 0 11011 11101 10011100 110010 101111

Color Harmonies of #3CB585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB585

Black with #3CB585

Text Example


Text Example

White with #3CB585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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