Html Css Color HEX #4A550E Verdun Green

📋 copy color: '#4A550E'

red 74 ◦ green 85 ◦ blue 14

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

Shades of Verdun Green #4A550E

Tints of Verdun Green #4A550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 49.13%

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

R = 42.77%
G = 49.13%
B = 8.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#4A550E (or 0x4A550E) is known color: Verdun Green. HEX triplet: 4A, 55 and 0E. RGB value is (74,85,14). Sum of RGB (Red+Green+Blue) = 74+85+14=173 (22% of max value = 765). Red value is 74 (29.30% from 255 or 42.77% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #4A550E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A550E is #B5AAF1. Grayscale: #494949. Windows color (decimal): -11905778 or 939338. OLE color: 939338.

HSL color Cylindrical-coordinate representation of color #4A550E: hue angle of 69.3º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A550E is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 74 85 14 -
CMYK 0.13 0 0.84 0.67
HSL 69.3º 0.72% 0.19% -
HSV(B) 69.3º 0.84% 0.33% -
XYZ 6.15 7.98 1.63 -
YUV 73.62 94.36 128.27 -
System Red Green Blue C M Y K H S L
Decimal 74 85 14 0.13 0 0.84 0.67 69.3 0.72 0.19
Hex 4A 55 E D 0 54 43 45 48 13
Octal 112 125 16 15 0 124 103 105 110 23
Binary 1001010 1010101 1110 1101 0 1010100 1000011 1000101 1001000 10011

Color Harmonies of #4A550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A550E

Black with #4A550E

Text Example


Text Example

White with #4A550E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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