Html Css Color HEX #4A591E Verdun Green

📋 copy color: '#4A591E'

red 74 ◦ green 89 ◦ blue 30

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

Shades of Verdun Green #4A591E

Tints of Verdun Green #4A591E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.54%

R = 38.34%
G = 46.11%
B = 15.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#4A591E (or 0x4A591E) is known color: Verdun Green. HEX triplet: 4A, 59 and 1E. RGB value is (74,89,30). Sum of RGB (Red+Green+Blue) = 74+89+30=193 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.34% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 89 - color contains mainly: green. Hex color #4A591E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A591E is #B5A6E1. Grayscale: #4E4E4E. Windows color (decimal): -11904738 or 1988938. OLE color: 1988938.

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

Color convert

RGB 74 89 30 -
CMYK 0.17 0 0.66 0.65
HSL 75.25º 0.5% 0.23% -
HSV(B) 75.25º 0.66% 0.35% -
XYZ 6.63 8.69 2.56 -
YUV 77.79 101.03 125.3 -
System Red Green Blue C M Y K H S L
Decimal 74 89 30 0.17 0 0.66 0.65 75.25 0.5 0.23
Hex 4A 59 1E 11 0 42 41 4B 32 17
Octal 112 131 36 21 0 102 101 113 62 27
Binary 1001010 1011001 11110 10001 0 1000010 1000001 1001011 110010 10111

Color Harmonies of #4A591E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A591E

Black with #4A591E

Text Example


Text Example

White with #4A591E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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