#455E01

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

Shades of Verdun Green #455E01

Tints of Verdun Green #455E01

Color information

#455E01 (or 0x455E01) is unknown color: approx Verdun Green. HEX triplet: 45, 5E and 01. RGB value is (69,94,1). Sum of RGB (Red+Green+Blue) = 69+94+1=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 94 (37.11% from 255 or 57.32% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 94 - color contains mainly: green. Hex color #455E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455E01 is #BAA1FE. Grayscale: #4C4C4C. Windows color (decimal): -12231167 or 89669. OLE color: 89669.

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

Color convert

RGB69941-
CMYK0.2700.990.63
HSL76.13º97.89%18.63%-
HSV(B)76.13º98.94%36.86%-
XYZ6.469.271.48-
YUV75.9285.72123.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.07%
GREEN value IS 94 (37.11% from 255) = 57.32%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=42.07%
G=57.32%
B=0.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal699410.2700.990.6376.1397.8918.63
Hex455E11B0633F4c6213
Octal10513613301437711414223
Binary10001011011110111011011000111111111001100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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