Html Css Color HEX #494C00 Verdun Green

📋 copy color: '#494C00'

red 73 ◦ green 76 ◦ blue 0

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

Shades of Verdun Green #494C00

Tints of Verdun Green #494C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.99%
G = 51.01%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.70

RGB Variations

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

Color information

#494C00 (or 0x494C00) is known color: Verdun Green. HEX triplet: 49, 4C and 00. RGB value is (73,76,0). Sum of RGB (Red+Green+Blue) = 73+76+0=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 76 (30.08% from 255 or 51.01% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 76 - color contains mainly: green. Hex color #494C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494C00 is #B6B3FF. Grayscale: #424242. Windows color (decimal): -11973632 or 19529. OLE color: 19529.

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

Color convert

RGB 73 76 0 -
CMYK 0.04 0 1 0.70
HSL 62.37º 1% 0.15% -
HSV(B) 62.37º 1% 0.3% -
XYZ 5.33 6.59 0.99 -
YUV 66.44 90.51 132.68 -
System Red Green Blue C M Y K H S L
Decimal 73 76 0 0.04 0 1 0.70 62.37 1 0.15
Hex 49 4C 0 4 0 64 46 3E 64 F
Octal 111 114 0 4 0 144 106 76 144 17
Binary 1001001 1001100 0 100 0 1100100 1000110 111110 1100100 1111

Color Harmonies of #494C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C00

Black with #494C00

Text Example


Text Example

White with #494C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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