Html Css Color HEX #3C6041 Hunter Green

📋 copy color: '#3C6041'

red 60 ◦ green 96 ◦ blue 65

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

Shades of Hunter Green #3C6041

Tints of Hunter Green #3C6041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.41%

R = 27.15%
G = 43.44%
B = 29.41%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#3C6041 (or 0x3C6041) is known color: Hunter Green. HEX triplet: 3C, 60 and 41. RGB value is (60,96,65). Sum of RGB (Red+Green+Blue) = 60+96+65=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6041 is #C39FBE. Grayscale: #515151. Windows color (decimal): -12820415 or 4284476. OLE color: 4284476.

HSL color Cylindrical-coordinate representation of color #3C6041: hue angle of 128.33º 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 #3C6041 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 96 65 -
CMYK 0.38 0 0.32 0.62
HSL 128.33º 0.23% 0.31% -
HSV(B) 128.33º 0.38% 0.38% -
XYZ 7 9.71 6.51 -
YUV 81.7 118.57 112.52 -
System Red Green Blue C M Y K H S L
Decimal 60 96 65 0.38 0 0.32 0.62 128.33 0.23 0.31
Hex 3C 60 41 26 0 20 3E 80 17 1F
Octal 74 140 101 46 0 40 76 200 27 37
Binary 111100 1100000 1000001 100110 0 100000 111110 10000000 10111 11111

Color Harmonies of #3C6041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6041

Black with #3C6041

Text Example


Text Example

White with #3C6041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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