#455601

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

Shades of Verdun Green #455601

Tints of Verdun Green #455601

Color information

#455601 (or 0x455601) is unknown color: approx Verdun Green. HEX triplet: 45, 56 and 01. RGB value is (69,86,1). Sum of RGB (Red+Green+Blue) = 69+86+1=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 86 (33.98% from 255 or 55.13% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 86 - color contains mainly: green. Hex color #455601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455601 is #BAA9FE. Grayscale: #474747. Windows color (decimal): -12233215 or 87621. OLE color: 87621.

HSL color Cylindrical-coordinate representation of color #455601: hue angle of 72º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #455601 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB69861-
CMYK0.2000.990.66
HSL72º97.7%17.06%-
HSV(B)72º98.84%33.73%-
XYZ5.797.921.25-
YUV71.2388.37126.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.23%
GREEN value IS 86 (33.98% from 255) = 55.13%
BLUE value IS 1 (0.78% from 255) = 0.64%
R=44.23%
G=55.13%
B=0.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal698610.2000.990.667297.717.06
Hex455611406342486211
Octal105126124014310211014221
Binary100010110101101101000110001110000101001000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455601; }

 p { color: rgb(69,86,1); }

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

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

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

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

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

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

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