Html Css Color HEX #4A580E Verdun Green

📋 copy color: '#4A580E'

red 74 ◦ green 88 ◦ blue 14

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

Shades of Verdun Green #4A580E

Tints of Verdun Green #4A580E

RGB

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

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

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

R = 42.05%
G = 50%
B = 7.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#4A580E (or 0x4A580E) is known color: Verdun Green. HEX triplet: 4A, 58 and 0E. RGB value is (74,88,14). Sum of RGB (Red+Green+Blue) = 74+88+14=176 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.05% from 176); Green value is 88 (34.77% from 255 or 50% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 88 - color contains mainly: green. Hex color #4A580E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A580E is #B5A7F1. Grayscale: #4B4B4B. Windows color (decimal): -11905010 or 940106. OLE color: 940106.

HSL color Cylindrical-coordinate representation of color #4A580E: hue angle of 71.35º 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 #4A580E is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 88 14 -
CMYK 0.16 0 0.84 0.65
HSL 71.35º 0.73% 0.2% -
HSV(B) 71.35º 0.84% 0.35% -
XYZ 6.39 8.47 1.71 -
YUV 75.38 93.36 127.02 -
System Red Green Blue C M Y K H S L
Decimal 74 88 14 0.16 0 0.84 0.65 71.35 0.73 0.2
Hex 4A 58 E 10 0 54 41 47 49 14
Octal 112 130 16 20 0 124 101 107 111 24
Binary 1001010 1011000 1110 10000 0 1010100 1000001 1000111 1001001 10100

Color Harmonies of #4A580E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A580E

Black with #4A580E

Text Example


Text Example

White with #4A580E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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