Html Css Color HEX #3C6040 Hunter Green

📋 copy color: '#3C6040'

red 60 ◦ green 96 ◦ blue 64

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

Shades of Hunter Green #3C6040

Tints of Hunter Green #3C6040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.64%

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

R = 27.27%
G = 43.64%
B = 29.09%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#3C6040 (or 0x3C6040) is known color: Hunter Green. HEX triplet: 3C, 60 and 40. RGB value is (60,96,64). Sum of RGB (Red+Green+Blue) = 60+96+64=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6040 is #C39FBF. Grayscale: #515151. Windows color (decimal): -12820416 or 4218940. OLE color: 4218940.

HSL color Cylindrical-coordinate representation of color #3C6040: hue angle of 126.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C6040 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 96 64 -
CMYK 0.38 0 0.33 0.62
HSL 126.67º 0.23% 0.31% -
HSV(B) 126.67º 0.38% 0.38% -
XYZ 6.97 9.7 6.35 -
YUV 81.59 118.07 112.6 -
System Red Green Blue C M Y K H S L
Decimal 60 96 64 0.38 0 0.33 0.62 126.67 0.23 0.31
Hex 3C 60 40 26 0 21 3E 7F 17 1F
Octal 74 140 100 46 0 41 76 177 27 37
Binary 111100 1100000 1000000 100110 0 100001 111110 1111111 10111 11111

Color Harmonies of #3C6040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6040

Black with #3C6040

Text Example


Text Example

White with #3C6040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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