Html Css Color HEX #4A490C Verdun Green

📋 copy color: '#4A490C'

red 74 ◦ green 73 ◦ blue 12

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

Shades of Verdun Green #4A490C

Tints of Verdun Green #4A490C

RGB

 RED value IS 74 (29.3% from 255) = 46.54%

 GREEN value IS 73 (28.91% from 255) = 45.91%

 BLUE value IS 12 (5.08% from 255) = 7.55%

R = 46.54%
G = 45.91%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#4A490C (or 0x4A490C) is known color: Verdun Green. HEX triplet: 4A, 49 and 0C. RGB value is (74,73,12). Sum of RGB (Red+Green+Blue) = 74+73+12=159 (21% of max value = 765). Red value is 74 (29.30% from 255 or 46.54% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 74 - color contains mainly: red. Hex color #4A490C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A490C is #B5B6F3. Grayscale: #424242. Windows color (decimal): -11908852 or 805194. OLE color: 805194.

HSL color Cylindrical-coordinate representation of color #4A490C: hue angle of 59.03º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A490C is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 73 12 -
CMYK 0 0.01 0.84 0.71
HSL 59.03º 0.72% 0.17% -
HSV(B) 59.03º 0.84% 0.29% -
XYZ 5.27 6.25 1.28 -
YUV 66.35 97.33 133.46 -
System Red Green Blue C M Y K H S L
Decimal 74 73 12 0 0.01 0.84 0.71 59.03 0.72 0.17
Hex 4A 49 C 0 1 54 47 3B 48 11
Octal 112 111 14 0 1 124 107 73 110 21
Binary 1001010 1001001 1100 0 1 1010100 1000111 111011 1001000 10001

Color Harmonies of #4A490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A490C

Black with #4A490C

Text Example


Text Example

White with #4A490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A490C; }

 p { color: rgb(74,73,12); }

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

background-color css

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

 a { background-color: rgb(74,73,12); }

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

border-color css

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

 span { border-color: rgb(74,73,12); }

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