#454400

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

Shades of Verdun Green #454400

Tints of Verdun Green #454400

Color information

#454400 (or 0x454400) is unknown color: approx Verdun Green. HEX triplet: 45, 44 and 00. RGB value is (69,68,0). Sum of RGB (Red+Green+Blue) = 69+68+0=137 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.36% from 137); Green value is 68 (26.95% from 255 or 49.64% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 69 - color contains mainly: red. Hex color #454400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454400 is #BABBFF. Grayscale: #3C3C3C. Windows color (decimal): -12237824 or 17477. OLE color: 17477.

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

Color convert

RGB69680-
CMYK00.0110.73
HSL59.13º100%13.53%-
HSV(B)59.13º100%27.06%-
XYZ4.525.40.8-
YUV60.5593.83134.03-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50.36%
GREEN value IS 68 (26.95% from 255) = 49.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.36%
G=49.64%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6968000.0110.7359.1310013.53
Hex454400164493b64e
Octal1051040011441117314416
Binary100010110001000011100100100100111101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454400; }

 p { color: rgb(69,68,0); }

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

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

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

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

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

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

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