Html Css Color HEX #4A4900 Verdun Green

📋 copy color: '#4A4900'

red 74 ◦ green 73 ◦ blue 0

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

Shades of Verdun Green #4A4900

Tints of Verdun Green #4A4900

RGB

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

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

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

R = 50.34%
G = 49.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#4A4900 (or 0x4A4900) is known color: Verdun Green. HEX triplet: 4A, 49 and 00. RGB value is (74,73,0). Sum of RGB (Red+Green+Blue) = 74+73+0=147 (19% of max value = 765). Red value is 74 (29.30% from 255 or 50.34% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4900 is #B5B6FF. Grayscale: #414141. Windows color (decimal): -11908864 or 18762. OLE color: 18762.

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

Color convert

RGB 74 73 0 -
CMYK 0 0.01 1 0.71
HSL 59.19º 1% 0.15% -
HSV(B) 59.19º 1% 0.29% -
XYZ 5.21 6.22 0.93 -
YUV 64.98 91.33 134.44 -
System Red Green Blue C M Y K H S L
Decimal 74 73 0 0 0.01 1 0.71 59.19 1 0.15
Hex 4A 49 0 0 1 64 47 3B 64 F
Octal 112 111 0 0 1 144 107 73 144 17
Binary 1001010 1001001 0 0 1 1100100 1000111 111011 1100100 1111

Color Harmonies of #4A4900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4900

Black with #4A4900

Text Example


Text Example

White with #4A4900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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