#455900

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

Shades of Verdun Green #455900

Tints of Verdun Green #455900

Color information

#455900 (or 0x455900) is unknown color: approx Verdun Green. HEX triplet: 45, 59 and 00. RGB value is (69,89,0). Sum of RGB (Red+Green+Blue) = 69+89+0=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 89 (35.16% from 255 or 56.33% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 89 - color contains mainly: green. Hex color #455900 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455900 is #BAA6FF. Grayscale: #494949. Windows color (decimal): -12232448 or 22853. OLE color: 22853.

HSL color Cylindrical-coordinate representation of color #455900: hue angle of 73.48º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #455900 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB69890-
CMYK0.22010.65
HSL73.48º100%17.45%-
HSV(B)73.48º100%34.9%-
XYZ6.038.411.31-
YUV72.8786.87125.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.67%
GREEN value IS 89 (35.16% from 255) = 56.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.67%
G=56.33%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal698900.22010.6573.4810017.45
Hex455901606441496411
Octal105131026014410111114421
Binary100010110110010101100110010010000011001001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455900; }

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

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

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

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

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

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

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

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