#455B03

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

Shades of Verdun Green #455B03

Tints of Verdun Green #455B03

Color information

#455B03 (or 0x455B03) is unknown color: approx Verdun Green. HEX triplet: 45, 5B and 03. RGB value is (69,91,3). Sum of RGB (Red+Green+Blue) = 69+91+3=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 91 (35.94% from 255 or 55.83% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 91 - color contains mainly: green. Hex color #455B03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455B03 is #BAA4FC. Grayscale: #4A4A4A. Windows color (decimal): -12231933 or 219973. OLE color: 219973.

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

Color convert

RGB69913-
CMYK0.2400.970.64
HSL75º93.62%18.43%-
HSV(B)75º96.7%35.69%-
XYZ6.218.751.45-
YUV74.3987.71124.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.33%
GREEN value IS 91 (35.94% from 255) = 55.83%
BLUE value IS 3 (1.56% from 255) = 1.84%
R=42.33%
G=55.83%
B=1.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal699130.2400.970.647593.6218.43
Hex455B318061404b5e12
Octal105133330014110011313622
Binary1000101101101111110000110000110000001001011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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