Html Css Color HEX #4A5813 Verdun Green

📋 copy color: '#4A5813'

red 74 ◦ green 88 ◦ blue 19

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

Shades of Verdun Green #4A5813

Tints of Verdun Green #4A5813

RGB

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

 GREEN value IS 88 (34.77% from 255) = 48.62%

 BLUE value IS 19 (7.81% from 255) = 10.5%

R = 40.88%
G = 48.62%
B = 10.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#4A5813 (or 0x4A5813) is known color: Verdun Green. HEX triplet: 4A, 58 and 13. RGB value is (74,88,19). Sum of RGB (Red+Green+Blue) = 74+88+19=181 (23% of max value = 765). Red value is 74 (29.30% from 255 or 40.88% from 181); Green value is 88 (34.77% from 255 or 48.62% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 88 - color contains mainly: green. Hex color #4A5813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5813 is #B5A7EC. Grayscale: #4C4C4C. Windows color (decimal): -11905005 or 1267786. OLE color: 1267786.

HSL color Cylindrical-coordinate representation of color #4A5813: hue angle of 72.17º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A5813 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 88 19 -
CMYK 0.16 0 0.78 0.65
HSL 72.17º 0.64% 0.21% -
HSV(B) 72.17º 0.78% 0.35% -
XYZ 6.43 8.48 1.91 -
YUV 75.95 95.86 126.61 -
System Red Green Blue C M Y K H S L
Decimal 74 88 19 0.16 0 0.78 0.65 72.17 0.64 0.21
Hex 4A 58 13 10 0 4E 41 48 40 15
Octal 112 130 23 20 0 116 101 110 100 25
Binary 1001010 1011000 10011 10000 0 1001110 1000001 1001000 1000000 10101

Color Harmonies of #4A5813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5813

Black with #4A5813

Text Example


Text Example

White with #4A5813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,88,19); }

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

background-color css

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

 a { background-color: rgb(74,88,19); }

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

border-color css

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

 span { border-color: rgb(74,88,19); }

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