#454406

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

Shades of Verdun Green #454406

Tints of Verdun Green #454406

Color information

#454406 (or 0x454406) is unknown color: approx Verdun Green. HEX triplet: 45, 44 and 06. RGB value is (69,68,6). Sum of RGB (Red+Green+Blue) = 69+68+6=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 69 - color contains mainly: red. Hex color #454406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454406 is #BABBF9. Grayscale: #3D3D3D. Windows color (decimal): -12237818 or 410693. OLE color: 410693.

HSL color Cylindrical-coordinate representation of color #454406: hue angle of 59.05º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #454406 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB69686-
CMYK00.010.910.73
HSL59.05º84%14.71%-
HSV(B)59.05º91.3%27.06%-
XYZ4.555.410.98-
YUV61.2396.83133.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.25%
GREEN value IS 68 (26.95% from 255) = 47.55%
BLUE value IS 6 (2.73% from 255) = 4.20%
R=48.25%
G=47.55%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6968600.010.910.7359.058414.71
Hex45446015B493b54f
Octal1051046011331117312417
Binary10001011000100110011011011100100111101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454406; }

 p { color: rgb(69,68,6); }

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

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

 a { background-color: rgb(69,68,6); }

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

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

 span { border-color: rgb(69,68,6); }

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