#45440C

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

Shades of Verdun Green #45440C

Tints of Verdun Green #45440C

Color information

#45440C (or 0x45440C) is unknown color: approx Verdun Green. HEX triplet: 45, 44 and 0C. RGB value is (69,68,12). Sum of RGB (Red+Green+Blue) = 69+68+12=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 69 - color contains mainly: red. Hex color #45440C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45440C is #BABBF3. Grayscale: #3E3E3E. Windows color (decimal): -12237812 or 803909. OLE color: 803909.

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

Color convert

RGB696812-
CMYK00.010.830.73
HSL58.95º70.37%15.88%-
HSV(B)58.95º82.61%27.06%-
XYZ4.595.431.15-
YUV61.9299.83133.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.31%
GREEN value IS 68 (26.95% from 255) = 45.64%
BLUE value IS 12 (5.08% from 255) = 8.05%
R=46.31%
G=45.64%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69681200.010.830.7358.9570.3715.88
Hex4544C0153493b4610
Octal10510414011231117310620
Binary1000101100010011000110100111001001111011100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45440C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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