Html Css Color HEX #4A5516 Verdun Green

📋 copy color: '#4A5516'

red 74 ◦ green 85 ◦ blue 22

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

Shades of Verdun Green #4A5516

Tints of Verdun Green #4A5516

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.96%

 BLUE value IS 22 (8.98% from 255) = 12.15%

R = 40.88%
G = 46.96%
B = 12.15%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#4A5516 (or 0x4A5516) is known color: Verdun Green. HEX triplet: 4A, 55 and 16. RGB value is (74,85,22). Sum of RGB (Red+Green+Blue) = 74+85+22=181 (23% of max value = 765). Red value is 74 (29.30% from 255 or 40.88% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #4A5516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5516 is #B5AAE9. Grayscale: #4A4A4A. Windows color (decimal): -11905770 or 1463626. OLE color: 1463626.

HSL color Cylindrical-coordinate representation of color #4A5516: hue angle of 70.48º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A5516 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 74 85 22 -
CMYK 0.13 0 0.74 0.67
HSL 70.48º 0.59% 0.21% -
HSV(B) 70.48º 0.74% 0.33% -
XYZ 6.22 8.01 1.98 -
YUV 74.53 98.36 127.62 -
System Red Green Blue C M Y K H S L
Decimal 74 85 22 0.13 0 0.74 0.67 70.48 0.59 0.21
Hex 4A 55 16 D 0 4A 43 46 3B 15
Octal 112 125 26 15 0 112 103 106 73 25
Binary 1001010 1010101 10110 1101 0 1001010 1000011 1000110 111011 10101

Color Harmonies of #4A5516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5516

Black with #4A5516

Text Example


Text Example

White with #4A5516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,85,22); }

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

background-color css

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

 a { background-color: rgb(74,85,22); }

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

border-color css

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

 span { border-color: rgb(74,85,22); }

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