#454506

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

Shades of Verdun Green #454506

Tints of Verdun Green #454506

Color information

#454506 (or 0x454506) is unknown color: approx Verdun Green. HEX triplet: 45, 45 and 06. RGB value is (69,69,6). Sum of RGB (Red+Green+Blue) = 69+69+6=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 69 - color contains mainly: red, green. Hex color #454506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454506 is #BABAF9. Grayscale: #3E3E3E. Windows color (decimal): -12237562 or 410949. OLE color: 410949.

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

Color convert

RGB69696-
CMYK000.910.73
HSL60º84%14.71%-
HSV(B)60º91.3%27.06%-
XYZ4.625.531-
YUV61.8296.5133.12-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.92%
GREEN value IS 69 (27.34% from 255) = 47.92%
BLUE value IS 6 (2.73% from 255) = 4.17%
R=47.92%
G=47.92%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69696000.910.73608414.71
Hex45456005B493c54f
Octal1051056001331117412417
Binary10001011000101110001011011100100111110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454506; }

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

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

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

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

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

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

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

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