#514B09

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

Shades of Verdun Green #514B09

Tints of Verdun Green #514B09

Color information

#514B09 (or 0x514B09) is unknown color: approx Verdun Green. HEX triplet: 51, 4B and 09. RGB value is (81,75,9). Sum of RGB (Red+Green+Blue) = 81+75+9=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #514B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514B09 is #AEB4F6. Grayscale: #454545. Windows color (decimal): -11449591 or 609105. OLE color: 609105.

HSL color Cylindrical-coordinate representation of color #514B09: hue angle of 55º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #514B09 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB81759-
CMYK00.070.890.68
HSL55º80%17.65%-
HSV(B)55º88.89%31.76%-
XYZ5.966.81.26-
YUV69.2793.99136.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.09%
GREEN value IS 75 (29.69% from 255) = 45.45%
BLUE value IS 9 (3.91% from 255) = 5.45%
R=49.09%
G=45.45%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8175900.070.890.68558017.65
Hex514B9075944375012
Octal12111311071311046712022
Binary101000110010111001011110110011000100110111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514B09; }

 p { color: rgb(81,75,9); }

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

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

 a { background-color: rgb(81,75,9); }

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

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

 span { border-color: rgb(81,75,9); }

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