Html Css Color HEX #4A4908 Verdun Green

📋 copy color: '#4A4908'

red 74 ◦ green 73 ◦ blue 8

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

Shades of Verdun Green #4A4908

Tints of Verdun Green #4A4908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.16%

R = 47.74%
G = 47.1%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#4A4908 (or 0x4A4908) is known color: Verdun Green. HEX triplet: 4A, 49 and 08. RGB value is (74,73,8). Sum of RGB (Red+Green+Blue) = 74+73+8=155 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.74% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4908 is #B5B6F7. Grayscale: #424242. Windows color (decimal): -11908856 or 543050. OLE color: 543050.

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

Color convert

RGB 74 73 8 -
CMYK 0 0.01 0.89 0.71
HSL 59.09º 0.8% 0.16% -
HSV(B) 59.09º 0.89% 0.29% -
XYZ 5.25 6.24 1.16 -
YUV 65.89 95.33 133.79 -
System Red Green Blue C M Y K H S L
Decimal 74 73 8 0 0.01 0.89 0.71 59.09 0.8 0.16
Hex 4A 49 8 0 1 59 47 3B 50 10
Octal 112 111 10 0 1 131 107 73 120 20
Binary 1001010 1001001 1000 0 1 1011001 1000111 111011 1010000 10000

Color Harmonies of #4A4908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4908

Black with #4A4908

Text Example


Text Example

White with #4A4908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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