#45540A

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

Shades of Verdun Green #45540A

Tints of Verdun Green #45540A

Color information

#45540A (or 0x45540A) is unknown color: approx Verdun Green. HEX triplet: 45, 54 and 0A. RGB value is (69,84,10). Sum of RGB (Red+Green+Blue) = 69+84+10=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 84 (33.20% from 255 or 51.53% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 84 - color contains mainly: green. Hex color #45540A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45540A is #BAABF5. Grayscale: #474747. Windows color (decimal): -12233718 or 676933. OLE color: 676933.

HSL color Cylindrical-coordinate representation of color #45540A: hue angle of 72.16º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45540A is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB698410-
CMYK0.1800.880.67
HSL72.16º78.72%18.43%-
HSV(B)72.16º88.1%32.94%-
XYZ5.687.631.46-
YUV71.0893.53126.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.33%
GREEN value IS 84 (33.20% from 255) = 51.53%
BLUE value IS 10 (4.30% from 255) = 6.13%
R=42.33%
G=51.53%
B=6.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6984100.1800.880.6772.1678.7218.43
Hex4554A1205843484f12
Octal1051241222013010311011722
Binary100010110101001010100100101100010000111001000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45540A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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