Html Css Color HEX #4A500E Verdun Green

📋 copy color: '#4A500E'

red 74 ◦ green 80 ◦ blue 14

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

Shades of Verdun Green #4A500E

Tints of Verdun Green #4A500E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.62%

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

R = 44.05%
G = 47.62%
B = 8.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#4A500E (or 0x4A500E) is known color: Verdun Green. HEX triplet: 4A, 50 and 0E. RGB value is (74,80,14). Sum of RGB (Red+Green+Blue) = 74+80+14=168 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.05% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 80 - color contains mainly: green. Hex color #4A500E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A500E is #B5AFF1. Grayscale: #464646. Windows color (decimal): -11907058 or 938058. OLE color: 938058.

HSL color Cylindrical-coordinate representation of color #4A500E: hue angle of 65.45º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A500E is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 74 80 14 -
CMYK 0.08 0 0.83 0.69
HSL 65.45º 0.7% 0.18% -
HSV(B) 65.45º 0.83% 0.31% -
XYZ 5.77 7.22 1.51 -
YUV 70.68 96.01 130.37 -
System Red Green Blue C M Y K H S L
Decimal 74 80 14 0.08 0 0.83 0.69 65.45 0.7 0.18
Hex 4A 50 E 8 0 53 45 41 46 12
Octal 112 120 16 10 0 123 105 101 106 22
Binary 1001010 1010000 1110 1000 0 1010011 1000101 1000001 1000110 10010

Color Harmonies of #4A500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A500E

Black with #4A500E

Text Example


Text Example

White with #4A500E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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