Html Css Color HEX #4A5016 Verdun Green

📋 copy color: '#4A5016'

red 74 ◦ green 80 ◦ blue 22

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

Shades of Verdun Green #4A5016

Tints of Verdun Green #4A5016

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.45%

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

R = 42.05%
G = 45.45%
B = 12.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#4A5016 (or 0x4A5016) is known color: Verdun Green. HEX triplet: 4A, 50 and 16. RGB value is (74,80,22). Sum of RGB (Red+Green+Blue) = 74+80+22=176 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.05% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 80 - color contains mainly: green. Hex color #4A5016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5016 is #B5AFE9. Grayscale: #474747. Windows color (decimal): -11907050 or 1462346. OLE color: 1462346.

HSL color Cylindrical-coordinate representation of color #4A5016: hue angle of 66.21º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A5016 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 74 80 22 -
CMYK 0.08 0 0.72 0.69
HSL 66.21º 0.57% 0.2% -
HSV(B) 66.21º 0.73% 0.31% -
XYZ 5.84 7.25 1.85 -
YUV 71.59 100.01 129.72 -
System Red Green Blue C M Y K H S L
Decimal 74 80 22 0.08 0 0.72 0.69 66.21 0.57 0.2
Hex 4A 50 16 8 0 48 45 42 39 14
Octal 112 120 26 10 0 110 105 102 71 24
Binary 1001010 1010000 10110 1000 0 1001000 1000101 1000010 111001 10100

Color Harmonies of #4A5016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5016

Black with #4A5016

Text Example


Text Example

White with #4A5016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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