Html Css Color HEX #4A590E Verdun Green

📋 copy color: '#4A590E'

red 74 ◦ green 89 ◦ blue 14

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

Shades of Verdun Green #4A590E

Tints of Verdun Green #4A590E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50.28%

 BLUE value IS 14 (5.86% from 255) = 7.91%

R = 41.81%
G = 50.28%
B = 7.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#4A590E (or 0x4A590E) is known color: Verdun Green. HEX triplet: 4A, 59 and 0E. RGB value is (74,89,14). Sum of RGB (Red+Green+Blue) = 74+89+14=177 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.81% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #4A590E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A590E is #B5A6F1. Grayscale: #4C4C4C. Windows color (decimal): -11904754 or 940362. OLE color: 940362.

HSL color Cylindrical-coordinate representation of color #4A590E: hue angle of 72º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A590E is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 89 14 -
CMYK 0.17 0 0.84 0.65
HSL 72º 0.73% 0.2% -
HSV(B) 72º 0.84% 0.35% -
XYZ 6.48 8.63 1.74 -
YUV 75.97 93.03 126.6 -
System Red Green Blue C M Y K H S L
Decimal 74 89 14 0.17 0 0.84 0.65 72 0.73 0.2
Hex 4A 59 E 11 0 54 41 48 49 14
Octal 112 131 16 21 0 124 101 110 111 24
Binary 1001010 1011001 1110 10001 0 1010100 1000001 1001000 1001001 10100

Color Harmonies of #4A590E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A590E

Black with #4A590E

Text Example


Text Example

White with #4A590E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,89,14); }

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

background-color css

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

 a { background-color: rgb(74,89,14); }

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

border-color css

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

 span { border-color: rgb(74,89,14); }

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