Html Css Color HEX #4A4700 Verdun Green

📋 copy color: '#4A4700'

red 74 ◦ green 71 ◦ blue 0

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

Shades of Verdun Green #4A4700

Tints of Verdun Green #4A4700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 48.97%

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

R = 51.03%
G = 48.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#4A4700 (or 0x4A4700) is known color: Verdun Green. HEX triplet: 4A, 47 and 00. RGB value is (74,71,0). Sum of RGB (Red+Green+Blue) = 74+71+0=145 (19% of max value = 765). Red value is 74 (29.30% from 255 or 51.03% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4700 is #B5B8FF. Grayscale: #404040. Windows color (decimal): -11909376 or 18250. OLE color: 18250.

HSL color Cylindrical-coordinate representation of color #4A4700: hue angle of 57.57º 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 #4A4700 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 71 0 -
CMYK 0 0.04 1 0.71
HSL 57.57º 1% 0.15% -
HSV(B) 57.57º 1% 0.29% -
XYZ 5.08 5.96 0.88 -
YUV 63.8 91.99 135.27 -
System Red Green Blue C M Y K H S L
Decimal 74 71 0 0 0.04 1 0.71 57.57 1 0.15
Hex 4A 47 0 0 4 64 47 3A 64 F
Octal 112 107 0 0 4 144 107 72 144 17
Binary 1001010 1000111 0 0 100 1100100 1000111 111010 1100100 1111

Color Harmonies of #4A4700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4700

Black with #4A4700

Text Example


Text Example

White with #4A4700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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