#454903

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

Shades of Verdun Green #454903

Tints of Verdun Green #454903

Color information

#454903 (or 0x454903) is unknown color: approx Verdun Green. HEX triplet: 45, 49 and 03. RGB value is (69,73,3). Sum of RGB (Red+Green+Blue) = 69+73+3=145 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.59% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #454903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454903 is #BAB6FC. Grayscale: #404040. Windows color (decimal): -12236541 or 215365. OLE color: 215365.

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

Color convert

RGB69733-
CMYK0.0500.960.71
HSL63.43º92.11%14.9%-
HSV(B)63.43º95.89%28.63%-
XYZ4.856.041-
YUV63.8293.67131.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.59%
GREEN value IS 73 (28.91% from 255) = 50.34%
BLUE value IS 3 (1.56% from 255) = 2.07%
R=47.59%
G=50.34%
B=2.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal697330.0500.960.7163.4392.1114.9
Hex454935060473f5cf
Octal1051113501401077713417
Binary100010110010011110101100000100011111111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454903; }

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

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

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

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

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

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

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

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