Html Css Color HEX #4A550D Verdun Green

📋 copy color: '#4A550D'

red 74 ◦ green 85 ◦ blue 13

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

Shades of Verdun Green #4A550D

Tints of Verdun Green #4A550D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.56%

R = 43.02%
G = 49.42%
B = 7.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#4A550D (or 0x4A550D) is known color: Verdun Green. HEX triplet: 4A, 55 and 0D. RGB value is (74,85,13). Sum of RGB (Red+Green+Blue) = 74+85+13=172 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.02% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #4A550D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A550D is #B5AAF2. Grayscale: #494949. Windows color (decimal): -11905779 or 873802. OLE color: 873802.

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

Color convert

RGB 74 85 13 -
CMYK 0.13 0 0.85 0.67
HSL 69.17º 0.73% 0.19% -
HSV(B) 69.17º 0.85% 0.33% -
XYZ 6.15 7.98 1.6 -
YUV 73.5 93.86 128.35 -
System Red Green Blue C M Y K H S L
Decimal 74 85 13 0.13 0 0.85 0.67 69.17 0.73 0.19
Hex 4A 55 D D 0 55 43 45 49 13
Octal 112 125 15 15 0 125 103 105 111 23
Binary 1001010 1010101 1101 1101 0 1010101 1000011 1000101 1001001 10011

Color Harmonies of #4A550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A550D

Black with #4A550D

Text Example


Text Example

White with #4A550D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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