Html Css Color HEX #494802 Verdun Green

📋 copy color: '#494802'

red 73 ◦ green 72 ◦ blue 2

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

Shades of Verdun Green #494802

Tints of Verdun Green #494802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 48.98%

 BLUE value IS 2 (1.17% from 255) = 1.36%

R = 49.66%
G = 48.98%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#494802 (or 0x494802) is known color: Verdun Green. HEX triplet: 49, 48 and 02. RGB value is (73,72,2). Sum of RGB (Red+Green+Blue) = 73+72+2=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #494802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494802 is #B6B7FD. Grayscale: #404040. Windows color (decimal): -11974654 or 149577. OLE color: 149577.

HSL color Cylindrical-coordinate representation of color #494802: hue angle of 59.15º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #494802 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 72 2 -
CMYK 0 0.01 0.97 0.71
HSL 59.15º 0.95% 0.15% -
HSV(B) 59.15º 0.97% 0.29% -
XYZ 5.08 6.06 0.96 -
YUV 64.32 92.83 134.19 -
System Red Green Blue C M Y K H S L
Decimal 73 72 2 0 0.01 0.97 0.71 59.15 0.95 0.15
Hex 49 48 2 0 1 61 47 3B 5F F
Octal 111 110 2 0 1 141 107 73 137 17
Binary 1001001 1001000 10 0 1 1100001 1000111 111011 1011111 1111

Color Harmonies of #494802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494802

Black with #494802

Text Example


Text Example

White with #494802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494802; }

 p { color: rgb(73,72,2); }

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

background-color css

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

 a { background-color: rgb(73,72,2); }

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

border-color css

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

 span { border-color: rgb(73,72,2); }

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