#455E03

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

Shades of Verdun Green #455E03

Tints of Verdun Green #455E03

Color information

#455E03 (or 0x455E03) is unknown color: approx Verdun Green. HEX triplet: 45, 5E and 03. RGB value is (69,94,3). Sum of RGB (Red+Green+Blue) = 69+94+3=166 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.57% from 166); Green value is 94 (37.11% from 255 or 56.63% from 166); Blue value is 3 (1.56% from 255 or 1.81% from 166); Max value from RGB is 94 - color contains mainly: green. Hex color #455E03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455E03 is #BAA1FC. Grayscale: #4C4C4C. Windows color (decimal): -12231165 or 220741. OLE color: 220741.

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

Color convert

RGB69943-
CMYK0.2700.970.63
HSL76.48º93.81%19.02%-
HSV(B)76.48º96.81%36.86%-
XYZ6.479.281.54-
YUV76.1586.72122.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.57%
GREEN value IS 94 (37.11% from 255) = 56.63%
BLUE value IS 3 (1.56% from 255) = 1.81%
R=41.57%
G=56.63%
B=1.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal699430.2700.970.6376.4893.8119.02
Hex455E31B0613F4c5e13
Octal10513633301417711413623
Binary100010110111101111011011000011111111001100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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