#494B03

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

Shades of Verdun Green #494B03

Tints of Verdun Green #494B03

Color information

#494B03 (or 0x494B03) is unknown color: approx Verdun Green. HEX triplet: 49, 4B and 03. RGB value is (73,75,3). Sum of RGB (Red+Green+Blue) = 73+75+3=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 75 (29.69% from 255 or 49.67% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 75 - color contains mainly: green. Hex color #494B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494B03 is #B6B4FC. Grayscale: #424242. Windows color (decimal): -11973885 or 215881. OLE color: 215881.

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

Color convert

RGB73753-
CMYK0.0300.960.71
HSL61.67º92.31%15.29%-
HSV(B)61.67º96%29.41%-
XYZ5.286.461.05-
YUV66.1992.34132.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.34%
GREEN value IS 75 (29.69% from 255) = 49.67%
BLUE value IS 3 (1.56% from 255) = 1.99%
R=48.34%
G=49.67%
B=1.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal737530.0300.960.7161.6792.3115.29
Hex494B33060473e5cf
Octal1111133301401077613417
Binary10010011001011111101100000100011111111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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