Html Css Color HEX #494C03 Verdun Green

📋 copy color: '#494C03'

red 73 ◦ green 76 ◦ blue 3

#494C03
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #494C03

Tints of Verdun Green #494C03

RGB

 RED value IS 73 (28.91% from 255) = 48.03%

 GREEN value IS 76 (30.08% from 255) = 50%

 BLUE value IS 3 (1.56% from 255) = 1.97%

R = 48.03%
G = 50%
B = 1.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.70

RGB Variations

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

Color information

#494C03 (or 0x494C03) is known color: Verdun Green. HEX triplet: 49, 4C and 03. RGB value is (73,76,3). Sum of RGB (Red+Green+Blue) = 73+76+3=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 76 (30.08% from 255 or 50% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 76 - color contains mainly: green. Hex color #494C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494C03 is #B6B3FC. Grayscale: #434343. Windows color (decimal): -11973629 or 216137. OLE color: 216137.

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

Color convert

RGB 73 76 3 -
CMYK 0.04 0 0.96 0.70
HSL 62.47º 0.92% 0.15% -
HSV(B) 62.47º 0.96% 0.3% -
XYZ 5.35 6.59 1.08 -
YUV 66.78 92.01 132.44 -
System Red Green Blue C M Y K H S L
Decimal 73 76 3 0.04 0 0.96 0.70 62.47 0.92 0.15
Hex 49 4C 3 4 0 60 46 3E 5C F
Octal 111 114 3 4 0 140 106 76 134 17
Binary 1001001 1001100 11 100 0 1100000 1000110 111110 1011100 1111

Color Harmonies of #494C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C03

Black with #494C03

Text Example


Text Example

White with #494C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #494C03;
 }
 .AnyTagClassName
 {
   color: #494C03;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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