Html Css Color HEX #494402 Verdun Green

📋 copy color: '#494402'

red 73 ◦ green 68 ◦ blue 2

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

Shades of Verdun Green #494402

Tints of Verdun Green #494402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 47.55%

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

R = 51.05%
G = 47.55%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#494402 (or 0x494402) is known color: Verdun Green. HEX triplet: 49, 44 and 02. RGB value is (73,68,2). Sum of RGB (Red+Green+Blue) = 73+68+2=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #494402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494402 is #B6BBFD. Grayscale: #3E3E3E. Windows color (decimal): -11975678 or 148553. OLE color: 148553.

HSL color Cylindrical-coordinate representation of color #494402: hue angle of 55.77º 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 #494402 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 68 2 -
CMYK 0 0.07 0.97 0.71
HSL 55.77º 0.95% 0.15% -
HSV(B) 55.77º 0.97% 0.29% -
XYZ 4.83 5.56 0.88 -
YUV 61.97 94.16 135.87 -
System Red Green Blue C M Y K H S L
Decimal 73 68 2 0 0.07 0.97 0.71 55.77 0.95 0.15
Hex 49 44 2 0 7 61 47 38 5F F
Octal 111 104 2 0 7 141 107 70 137 17
Binary 1001001 1000100 10 0 111 1100001 1000111 111000 1011111 1111

Color Harmonies of #494402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494402

Black with #494402

Text Example


Text Example

White with #494402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494402; }

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

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

background-color css

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

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

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

border-color css

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

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

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