Html Css Color HEX #3C5940 Hunter Green

📋 copy color: '#3C5940'

red 60 ◦ green 89 ◦ blue 64

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

Shades of Hunter Green #3C5940

Tints of Hunter Green #3C5940

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.78%

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

R = 28.17%
G = 41.78%
B = 30.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#3C5940 (or 0x3C5940) is known color: Hunter Green. HEX triplet: 3C, 59 and 40. RGB value is (60,89,64). Sum of RGB (Red+Green+Blue) = 60+89+64=213 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.17% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #3C5940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5940 is #C3A6BF. Grayscale: #4D4D4D. Windows color (decimal): -12822208 or 4217148. OLE color: 4217148.

HSL color Cylindrical-coordinate representation of color #3C5940: hue angle of 128.28º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C5940 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 89 64 -
CMYK 0.33 0 0.28 0.65
HSL 128.28º 0.19% 0.29% -
HSV(B) 128.28º 0.33% 0.35% -
XYZ 6.36 8.48 6.15 -
YUV 77.48 120.39 115.53 -
System Red Green Blue C M Y K H S L
Decimal 60 89 64 0.33 0 0.28 0.65 128.28 0.19 0.29
Hex 3C 59 40 21 0 1C 41 80 13 1D
Octal 74 131 100 41 0 34 101 200 23 35
Binary 111100 1011001 1000000 100001 0 11100 1000001 10000000 10011 11101

Color Harmonies of #3C5940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5940

Black with #3C5940

Text Example


Text Example

White with #3C5940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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