Html Css Color HEX #494603 Verdun Green

📋 copy color: '#494603'

red 73 ◦ green 70 ◦ blue 3

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

Shades of Verdun Green #494603

Tints of Verdun Green #494603

RGB

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

 GREEN value IS 70 (27.73% from 255) = 47.95%

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

R = 50%
G = 47.95%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.71

RGB Variations

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

Color information

#494603 (or 0x494603) is known color: Verdun Green. HEX triplet: 49, 46 and 03. RGB value is (73,70,3). Sum of RGB (Red+Green+Blue) = 73+70+3=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #494603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494603 is #B6B9FC. Grayscale: #3F3F3F. Windows color (decimal): -11975165 or 214601. OLE color: 214601.

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

Color convert

RGB 73 70 3 -
CMYK 0 0.04 0.96 0.71
HSL 57.43º 0.92% 0.15% -
HSV(B) 57.43º 0.96% 0.29% -
XYZ 4.95 5.8 0.95 -
YUV 63.26 93.99 134.95 -
System Red Green Blue C M Y K H S L
Decimal 73 70 3 0 0.04 0.96 0.71 57.43 0.92 0.15
Hex 49 46 3 0 4 60 47 39 5C F
Octal 111 106 3 0 4 140 107 71 134 17
Binary 1001001 1000110 11 0 100 1100000 1000111 111001 1011100 1111

Color Harmonies of #494603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494603

Black with #494603

Text Example


Text Example

White with #494603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494603; }

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

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

background-color css

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

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

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

border-color css

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

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

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