#456E01

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

Shades of Verdun Green #456E01

Tints of Verdun Green #456E01

Color information

#456E01 (or 0x456E01) is unknown color: approx Verdun Green. HEX triplet: 45, 6E and 01. RGB value is (69,110,1). Sum of RGB (Red+Green+Blue) = 69+110+1=180 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.33% from 180); Green value is 110 (43.36% from 255 or 61.11% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 110 - color contains mainly: green. Hex color #456E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456E01 is #BA91FE. Grayscale: #555555. Windows color (decimal): -12227071 or 93765. OLE color: 93765.

HSL color Cylindrical-coordinate representation of color #456E01: hue angle of 82.57º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #456E01 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.

Color convert

RGB691101-
CMYK0.3700.990.57
HSL82.57º98.2%21.76%-
HSV(B)82.57º99.09%43.14%-
XYZ8.0412.422-
YUV85.3280.42116.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.33%
GREEN value IS 110 (43.36% from 255) = 61.11%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=38.33%
G=61.11%
B=0.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6911010.3700.990.5782.5798.221.76
Hex456E12506339536216
Octal10515614501437112314226
Binary100010111011101100101011000111110011010011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456E01; }

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

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

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

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

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

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

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

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