Html Css Color HEX #4D480A Verdun Green

📋 copy color: '#4D480A'

red 77 ◦ green 72 ◦ blue 10

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

Shades of Verdun Green #4D480A

Tints of Verdun Green #4D480A

RGB

 RED value IS 77 (30.47% from 255) = 48.43%

 GREEN value IS 72 (28.52% from 255) = 45.28%

 BLUE value IS 10 (4.3% from 255) = 6.29%

R = 48.43%
G = 45.28%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.70

RGB Variations

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

Color information

#4D480A (or 0x4D480A) is known color: Verdun Green. HEX triplet: 4D, 48 and 0A. RGB value is (77,72,10). Sum of RGB (Red+Green+Blue) = 77+72+10=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 77 - color contains mainly: red. Hex color #4D480A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D480A is #B2B7F5. Grayscale: #424242. Windows color (decimal): -11712502 or 673869. OLE color: 673869.

HSL color Cylindrical-coordinate representation of color #4D480A: hue angle of 55.52º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D480A is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 72 10 -
CMYK 0 0.06 0.87 0.70
HSL 55.52º 0.77% 0.17% -
HSV(B) 55.52º 0.87% 0.3% -
XYZ 5.43 6.23 1.2 -
YUV 66.43 96.16 135.54 -
System Red Green Blue C M Y K H S L
Decimal 77 72 10 0 0.06 0.87 0.70 55.52 0.77 0.17
Hex 4D 48 A 0 6 57 46 38 4D 11
Octal 115 110 12 0 6 127 106 70 115 21
Binary 1001101 1001000 1010 0 110 1010111 1000110 111000 1001101 10001

Color Harmonies of #4D480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D480A

Black with #4D480A

Text Example


Text Example

White with #4D480A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,72,10); }

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

background-color css

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

 a { background-color: rgb(77,72,10); }

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

border-color css

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

 span { border-color: rgb(77,72,10); }

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