#455A03

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

Shades of Verdun Green #455A03

Tints of Verdun Green #455A03

Color information

#455A03 (or 0x455A03) is unknown color: approx Verdun Green. HEX triplet: 45, 5A and 03. RGB value is (69,90,3). Sum of RGB (Red+Green+Blue) = 69+90+3=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 90 (35.55% from 255 or 55.56% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 90 - color contains mainly: green. Hex color #455A03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455A03 is #BAA5FC. Grayscale: #4A4A4A. Windows color (decimal): -12232189 or 219717. OLE color: 219717.

HSL color Cylindrical-coordinate representation of color #455A03: hue angle of 74.48º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #455A03 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.

Color convert

RGB69903-
CMYK0.2300.970.65
HSL74.48º93.55%18.24%-
HSV(B)74.48º96.67%35.29%-
XYZ6.138.581.42-
YUV73.888.04124.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.59%
GREEN value IS 90 (35.55% from 255) = 55.56%
BLUE value IS 3 (1.56% from 255) = 1.85%
R=42.59%
G=55.56%
B=1.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal699030.2300.970.6574.4893.5518.24
Hex455A317061414a5e12
Octal105132327014110111213622
Binary1000101101101011101110110000110000011001010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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