#45440A

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

Shades of Verdun Green #45440A

Tints of Verdun Green #45440A

Color information

#45440A (or 0x45440A) is unknown color: approx Verdun Green. HEX triplet: 45, 44 and 0A. RGB value is (69,68,10). Sum of RGB (Red+Green+Blue) = 69+68+10=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 69 - color contains mainly: red. Hex color #45440A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45440A is #BABBF5. Grayscale: #3D3D3D. Windows color (decimal): -12237814 or 672837. OLE color: 672837.

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

Color convert

RGB696810-
CMYK00.010.860.73
HSL58.98º74.68%15.49%-
HSV(B)58.98º85.51%27.06%-
XYZ4.585.421.09-
YUV61.6998.83133.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.94%
GREEN value IS 68 (26.95% from 255) = 46.26%
BLUE value IS 10 (4.30% from 255) = 6.80%
R=46.94%
G=46.26%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69681000.010.860.7358.9874.6815.49
Hex4544A0156493b4bf
Octal10510412011261117311317
Binary100010110001001010011010110100100111101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45440A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45440A; }

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

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

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

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

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

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

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

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