#455803

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

Shades of Verdun Green #455803

Tints of Verdun Green #455803

Color information

#455803 (or 0x455803) is unknown color: approx Verdun Green. HEX triplet: 45, 58 and 03. RGB value is (69,88,3). Sum of RGB (Red+Green+Blue) = 69+88+3=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 88 (34.77% from 255 or 55% from 160); Blue value is 3 (1.56% from 255 or 1.88% from 160); Max value from RGB is 88 - color contains mainly: green. Hex color #455803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455803 is #BAA7FC. Grayscale: #484848. Windows color (decimal): -12232701 or 219205. OLE color: 219205.

HSL color Cylindrical-coordinate representation of color #455803: hue angle of 73.41º degrees, saturation: 0.93, 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 #455803 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.

Color convert

RGB69883-
CMYK0.2200.970.65
HSL73.41º93.41%17.84%-
HSV(B)73.41º96.59%34.51%-
XYZ5.968.251.36-
YUV72.6388.71125.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.12%
GREEN value IS 88 (34.77% from 255) = 55%
BLUE value IS 3 (1.56% from 255) = 1.88%
R=43.12%
G=55%
B=1.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal698830.2200.970.6573.4193.4117.84
Hex455831606141495d12
Octal105130326014110111113522
Binary1000101101100011101100110000110000011001001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455803; }

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

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

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

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

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

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

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

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