Html Css Color HEX #4D550E Verdun Green

📋 copy color: '#4D550E'

red 77 ◦ green 85 ◦ blue 14

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

Shades of Verdun Green #4D550E

Tints of Verdun Green #4D550E

RGB

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

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

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

R = 43.75%
G = 48.3%
B = 7.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#4D550E (or 0x4D550E) is known color: Verdun Green. HEX triplet: 4D, 55 and 0E. RGB value is (77,85,14). Sum of RGB (Red+Green+Blue) = 77+85+14=176 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.75% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #4D550E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D550E is #B2AAF1. Grayscale: #4A4A4A. Windows color (decimal): -11709170 or 939341. OLE color: 939341.

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

Color convert

RGB 77 85 14 -
CMYK 0.09 0 0.84 0.67
HSL 66.76º 0.72% 0.19% -
HSV(B) 66.76º 0.84% 0.33% -
XYZ 6.39 8.11 1.64 -
YUV 74.51 93.85 129.77 -
System Red Green Blue C M Y K H S L
Decimal 77 85 14 0.09 0 0.84 0.67 66.76 0.72 0.19
Hex 4D 55 E 9 0 54 43 43 48 13
Octal 115 125 16 11 0 124 103 103 110 23
Binary 1001101 1010101 1110 1001 0 1010100 1000011 1000011 1001000 10011

Color Harmonies of #4D550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D550E

Black with #4D550E

Text Example


Text Example

White with #4D550E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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