#454803

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

Shades of Verdun Green #454803

Tints of Verdun Green #454803

Color information

#454803 (or 0x454803) is unknown color: approx Verdun Green. HEX triplet: 45, 48 and 03. RGB value is (69,72,3). Sum of RGB (Red+Green+Blue) = 69+72+3=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #454803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454803 is #BAB7FC. Grayscale: #3F3F3F. Windows color (decimal): -12236797 or 215109. OLE color: 215109.

HSL color Cylindrical-coordinate representation of color #454803: hue angle of 62.61º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #454803 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB69723-
CMYK0.0400.960.72
HSL62.61º92%14.71%-
HSV(B)62.61º95.83%28.24%-
XYZ4.795.910.97-
YUV63.2494.01132.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.92%
GREEN value IS 72 (28.52% from 255) = 50%
BLUE value IS 3 (1.56% from 255) = 2.08%
R=47.92%
G=50%
B=2.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal697230.0400.960.7262.619214.71
Hex454834060483f5cf
Octal1051103401401107713417
Binary100010110010001110001100000100100011111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454803; }

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

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

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

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

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

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

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

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