#454B03

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

Shades of Verdun Green #454B03

Tints of Verdun Green #454B03

Color information

#454B03 (or 0x454B03) is unknown color: approx Verdun Green. HEX triplet: 45, 4B and 03. RGB value is (69,75,3). Sum of RGB (Red+Green+Blue) = 69+75+3=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 75 (29.69% from 255 or 51.02% from 147); Blue value is 3 (1.56% from 255 or 2.04% from 147); Max value from RGB is 75 - color contains mainly: green. Hex color #454B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454B03 is #BAB4FC. Grayscale: #414141. Windows color (decimal): -12236029 or 215877. OLE color: 215877.

HSL color Cylindrical-coordinate representation of color #454B03: hue angle of 65º 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 #454B03 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.71.

Color convert

RGB69753-
CMYK0.0800.960.71
HSL65º92.31%15.29%-
HSV(B)65º96%29.41%-
XYZ4.996.31.04-
YUV6593.01130.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.94%
GREEN value IS 75 (29.69% from 255) = 51.02%
BLUE value IS 3 (1.56% from 255) = 2.04%
R=46.94%
G=51.02%
B=2.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal697530.0800.960.716592.3115.29
Hex454B3806047415cf
Octal105113310014010710113417
Binary10001011001011111000011000001000111100000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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