Html Css Color HEX #3C6D40 Hunter Green

📋 copy color: '#3C6D40'

red 60 ◦ green 109 ◦ blue 64

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

Shades of Hunter Green #3C6D40

Tints of Hunter Green #3C6D40

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.78%

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

R = 25.75%
G = 46.78%
B = 27.47%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.41

 K value IS 0.57

RGB Variations

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

Color information

#3C6D40 (or 0x3C6D40) is known color: Hunter Green. HEX triplet: 3C, 6D and 40. RGB value is (60,109,64). Sum of RGB (Red+Green+Blue) = 60+109+64=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 109 (42.97% from 255 or 46.78% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 109 - color contains mainly: green. Hex color #3C6D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6D40 is #C392BF. Grayscale: #595959. Windows color (decimal): -12817088 or 4222268. OLE color: 4222268.

HSL color Cylindrical-coordinate representation of color #3C6D40: hue angle of 124.9º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C6D40 is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.57.

Color convert

RGB 60 109 64 -
CMYK 0.45 0 0.41 0.57
HSL 124.9º 0.29% 0.33% -
HSV(B) 124.9º 0.45% 0.43% -
XYZ 8.26 12.27 6.78 -
YUV 89.22 113.77 107.16 -
System Red Green Blue C M Y K H S L
Decimal 60 109 64 0.45 0 0.41 0.57 124.9 0.29 0.33
Hex 3C 6D 40 2D 0 29 39 7D 1D 21
Octal 74 155 100 55 0 51 71 175 35 41
Binary 111100 1101101 1000000 101101 0 101001 111001 1111101 11101 100001

Color Harmonies of #3C6D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6D40

Black with #3C6D40

Text Example


Text Example

White with #3C6D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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