#454514

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

Shades of Verdun Green #454514

Tints of Verdun Green #454514

Color information

#454514 (or 0x454514) is unknown color: approx Verdun Green. HEX triplet: 45, 45 and 14. RGB value is (69,69,20). Sum of RGB (Red+Green+Blue) = 69+69+20=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 69 - color contains mainly: red, green. Hex color #454514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454514 is #BABAEB. Grayscale: #3F3F3F. Windows color (decimal): -12237548 or 1328453. OLE color: 1328453.

HSL color Cylindrical-coordinate representation of color #454514: hue angle of 60º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #454514 is Cyan = 0, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB696920-
CMYK000.710.73
HSL60º55.06%17.45%-
HSV(B)60º71.01%27.06%-
XYZ4.715.571.49-
YUV63.41103.5131.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.67%
GREEN value IS 69 (27.34% from 255) = 43.67%
BLUE value IS 20 (8.20% from 255) = 12.66%
R=43.67%
G=43.67%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal696920000.710.736055.0617.45
Hex4545140047493c3711
Octal1051052400107111746721
Binary1000101100010110100001000111100100111110011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454514; }

 p { color: rgb(69,69,20); }

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

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

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

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

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

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

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