#45540F

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

Shades of Verdun Green #45540F

Tints of Verdun Green #45540F

Color information

#45540F (or 0x45540F) is unknown color: approx Verdun Green. HEX triplet: 45, 54 and 0F. RGB value is (69,84,15). Sum of RGB (Red+Green+Blue) = 69+84+15=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #45540F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45540F is #BAABF0. Grayscale: #474747. Windows color (decimal): -12233713 or 1004613. OLE color: 1004613.

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

Color convert

RGB698415-
CMYK0.1800.820.67
HSL73.04º69.7%19.41%-
HSV(B)73.04º82.14%32.94%-
XYZ5.717.641.63-
YUV71.6596.03126.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.07%
GREEN value IS 84 (33.20% from 255) = 50%
BLUE value IS 15 (6.25% from 255) = 8.93%
R=41.07%
G=50%
B=8.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6984150.1800.820.6773.0469.719.41
Hex4554F1205243494613
Octal1051241722012210311110623
Binary100010110101001111100100101001010000111001001100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45540F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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