Html Css Color HEX #40560C Verdun Green

📋 copy color: '#40560C'

red 64 ◦ green 86 ◦ blue 12

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

Shades of Verdun Green #40560C

Tints of Verdun Green #40560C

RGB

 RED value IS 64 (25.39% from 255) = 39.51%

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

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

R = 39.51%
G = 53.09%
B = 7.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#40560C (or 0x40560C) is known color: Verdun Green. HEX triplet: 40, 56 and 0C. RGB value is (64,86,12). Sum of RGB (Red+Green+Blue) = 64+86+12=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 86 (33.98% from 255 or 53.09% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 86 - color contains mainly: green. Hex color #40560C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40560C is #BFA9F3. Grayscale: #474747. Windows color (decimal): -12560884 or 808512. OLE color: 808512.

HSL color Cylindrical-coordinate representation of color #40560C: hue angle of 77.84º 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 #40560C is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB 64 86 12 -
CMYK 0.26 0 0.86 0.66
HSL 77.84º 0.76% 0.19% -
HSV(B) 77.84º 0.86% 0.34% -
XYZ 5.51 7.77 1.56 -
YUV 70.99 94.71 123.02 -
System Red Green Blue C M Y K H S L
Decimal 64 86 12 0.26 0 0.86 0.66 77.84 0.76 0.19
Hex 40 56 C 1A 0 56 42 4E 4C 13
Octal 100 126 14 32 0 126 102 116 114 23
Binary 1000000 1010110 1100 11010 0 1010110 1000010 1001110 1001100 10011

Color Harmonies of #40560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40560C

Black with #40560C

Text Example


Text Example

White with #40560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40560C; }

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

 H1.HeaderClassName
 {
   color: #40560C;
 }
 .AnyTagClassName
 {
   color: #40560C;
 }
</style>

background-color css

<style>
 a { background-color: #40560C; }

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

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

border-color css

<style>
 span { border-color: #40560C; }

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

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