Html Css Color HEX #3C560C Verdun Green

📋 copy color: '#3C560C'

red 60 ◦ green 86 ◦ blue 12

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

Shades of Verdun Green #3C560C

Tints of Verdun Green #3C560C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 54.43%

 BLUE value IS 12 (5.08% from 255) = 7.59%

R = 37.97%
G = 54.43%
B = 7.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#3C560C (or 0x3C560C) is known color: Verdun Green. HEX triplet: 3C, 56 and 0C. RGB value is (60,86,12). Sum of RGB (Red+Green+Blue) = 60+86+12=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 86 (33.98% from 255 or 54.43% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 86 - color contains mainly: green. Hex color #3C560C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C560C is #C3A9F3. Grayscale: #464646. Windows color (decimal): -12823028 or 808508. OLE color: 808508.

HSL color Cylindrical-coordinate representation of color #3C560C: hue angle of 81.08º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C560C is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB 60 86 12 -
CMYK 0.30 0 0.86 0.66
HSL 81.08º 0.76% 0.19% -
HSV(B) 81.08º 0.86% 0.34% -
XYZ 5.26 7.64 1.55 -
YUV 69.79 95.39 121.02 -
System Red Green Blue C M Y K H S L
Decimal 60 86 12 0.30 0 0.86 0.66 81.08 0.76 0.19
Hex 3C 56 C 1E 0 56 42 51 4C 13
Octal 74 126 14 36 0 126 102 121 114 23
Binary 111100 1010110 1100 11110 0 1010110 1000010 1010001 1001100 10011

Color Harmonies of #3C560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C560C

Black with #3C560C

Text Example


Text Example

White with #3C560C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,86,12); }

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

background-color css

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

 a { background-color: rgb(60,86,12); }

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

border-color css

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

 span { border-color: rgb(60,86,12); }

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