Html Css Color HEX #3C5540 Hunter Green

📋 copy color: '#3C5540'

red 60 ◦ green 85 ◦ blue 64

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

Shades of Hunter Green #3C5540

Tints of Hunter Green #3C5540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.67%

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

R = 28.71%
G = 40.67%
B = 30.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#3C5540 (or 0x3C5540) is known color: Hunter Green. HEX triplet: 3C, 55 and 40. RGB value is (60,85,64). Sum of RGB (Red+Green+Blue) = 60+85+64=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #3C5540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5540 is #C3AABF. Grayscale: #4B4B4B. Windows color (decimal): -12823232 or 4216124. OLE color: 4216124.

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

Color convert

RGB 60 85 64 -
CMYK 0.29 0 0.25 0.67
HSL 129.6º 0.17% 0.28% -
HSV(B) 129.6º 0.29% 0.33% -
XYZ 6.04 7.83 6.04 -
YUV 75.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 60 85 64 0.29 0 0.25 0.67 129.6 0.17 0.28
Hex 3C 55 40 1D 0 19 43 82 11 1C
Octal 74 125 100 35 0 31 103 202 21 34
Binary 111100 1010101 1000000 11101 0 11001 1000011 10000010 10001 11100

Color Harmonies of #3C5540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5540

Black with #3C5540

Text Example


Text Example

White with #3C5540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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