#45560C

Color #45560C Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #45560C

Tints of Verdun Green #45560C

Color information

#45560C (or 0x45560C) is unknown color: approx Verdun Green. HEX triplet: 45, 56 and 0C. RGB value is (69,86,12). Sum of RGB (Red+Green+Blue) = 69+86+12=167 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.32% from 167); Green value is 86 (33.98% from 255 or 51.50% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 86 - color contains mainly: green. Hex color #45560C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45560C is #BAA9F3. Grayscale: #484848. Windows color (decimal): -12233204 or 808517. OLE color: 808517.

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

Color convert

RGB698612-
CMYK0.2000.860.66
HSL73.78º75.51%19.22%-
HSV(B)73.78º86.05%33.73%-
XYZ5.857.951.57-
YUV72.4893.87125.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.32%
GREEN value IS 86 (33.98% from 255) = 51.50%
BLUE value IS 12 (5.08% from 255) = 7.19%
R=41.32%
G=51.50%
B=7.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6986120.2000.860.6673.7875.5119.22
Hex4556C14056424a4c13
Octal1051261424012610211211423
Binary100010110101101100101000101011010000101001010100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45560C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #45560C;
 }
 .AnyTagClassName
 {
   color: #45560C;
 }
</style>
background-color css

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

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

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

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

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

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