Html Css Color HEX #4A5617 Verdun Green

📋 copy color: '#4A5617'

red 74 ◦ green 86 ◦ blue 23

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

Shades of Verdun Green #4A5617

Tints of Verdun Green #4A5617

RGB

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

 GREEN value IS 86 (33.98% from 255) = 46.99%

 BLUE value IS 23 (9.38% from 255) = 12.57%

R = 40.44%
G = 46.99%
B = 12.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.66

RGB Variations

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

Color information

#4A5617 (or 0x4A5617) is known color: Verdun Green. HEX triplet: 4A, 56 and 17. RGB value is (74,86,23). Sum of RGB (Red+Green+Blue) = 74+86+23=183 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.44% from 183); Green value is 86 (33.98% from 255 or 46.99% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 86 - color contains mainly: green. Hex color #4A5617 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5617 is #B5A9E8. Grayscale: #4B4B4B. Windows color (decimal): -11905513 or 1529418. OLE color: 1529418.

HSL color Cylindrical-coordinate representation of color #4A5617: hue angle of 71.43º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A5617 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.66.

Color convert

RGB 74 86 23 -
CMYK 0.14 0 0.73 0.66
HSL 71.43º 0.58% 0.21% -
HSV(B) 71.43º 0.73% 0.34% -
XYZ 6.31 8.17 2.06 -
YUV 75.23 98.52 127.12 -
System Red Green Blue C M Y K H S L
Decimal 74 86 23 0.14 0 0.73 0.66 71.43 0.58 0.21
Hex 4A 56 17 E 0 49 42 47 3A 15
Octal 112 126 27 16 0 111 102 107 72 25
Binary 1001010 1010110 10111 1110 0 1001001 1000010 1000111 111010 10101

Color Harmonies of #4A5617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5617

Black with #4A5617

Text Example


Text Example

White with #4A5617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,86,23); }

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

background-color css

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

 a { background-color: rgb(74,86,23); }

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

border-color css

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

 span { border-color: rgb(74,86,23); }

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