#454703

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

Shades of Verdun Green #454703

Tints of Verdun Green #454703

Color information

#454703 (or 0x454703) is unknown color: approx Verdun Green. HEX triplet: 45, 47 and 03. RGB value is (69,71,3). Sum of RGB (Red+Green+Blue) = 69+71+3=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #454703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454703 is #BAB8FC. Grayscale: #3E3E3E. Windows color (decimal): -12237053 or 214853. OLE color: 214853.

HSL color Cylindrical-coordinate representation of color #454703: hue angle of 61.76º 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 #454703 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB69713-
CMYK0.0300.960.72
HSL61.76º91.89%14.51%-
HSV(B)61.76º95.77%27.84%-
XYZ4.725.780.95-
YUV62.6594.34132.53-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.25%
GREEN value IS 71 (28.12% from 255) = 49.65%
BLUE value IS 3 (1.56% from 255) = 2.10%
R=48.25%
G=49.65%
B=2.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal697130.0300.960.7261.7691.8914.51
Hex454733060483e5cf
Octal1051073301401107613417
Binary10001011000111111101100000100100011111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454703; }

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

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

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

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

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

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

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

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