Html Css Color HEX #3C5D40 Hunter Green

📋 copy color: '#3C5D40'

red 60 ◦ green 93 ◦ blue 64

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

Shades of Hunter Green #3C5D40

Tints of Hunter Green #3C5D40

RGB

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

 GREEN value IS 93 (36.72% from 255) = 42.86%

 BLUE value IS 64 (25.39% from 255) = 29.49%

R = 27.65%
G = 42.86%
B = 29.49%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.31

 K value IS 0.64

RGB Variations

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

Color information

#3C5D40 (or 0x3C5D40) is known color: Hunter Green. HEX triplet: 3C, 5D and 40. RGB value is (60,93,64). Sum of RGB (Red+Green+Blue) = 60+93+64=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 93 - color contains mainly: green. Hex color #3C5D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5D40 is #C3A2BF. Grayscale: #4F4F4F. Windows color (decimal): -12821184 or 4218172. OLE color: 4218172.

HSL color Cylindrical-coordinate representation of color #3C5D40: hue angle of 127.27º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3C5D40 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.

Color convert

RGB 60 93 64 -
CMYK 0.35 0 0.31 0.64
HSL 127.27º 0.22% 0.3% -
HSV(B) 127.27º 0.35% 0.36% -
XYZ 6.7 9.16 6.27 -
YUV 79.83 119.07 113.86 -
System Red Green Blue C M Y K H S L
Decimal 60 93 64 0.35 0 0.31 0.64 127.27 0.22 0.3
Hex 3C 5D 40 23 0 1F 40 7F 16 1E
Octal 74 135 100 43 0 37 100 177 26 36
Binary 111100 1011101 1000000 100011 0 11111 1000000 1111111 10110 11110

Color Harmonies of #3C5D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5D40

Black with #3C5D40

Text Example


Text Example

White with #3C5D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,93,64); }

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

background-color css

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

 a { background-color: rgb(60,93,64); }

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

border-color css

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

 span { border-color: rgb(60,93,64); }

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