Html Css Color HEX #4D550C Verdun Green

📋 copy color: '#4D550C'

red 77 ◦ green 85 ◦ blue 12

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

Shades of Verdun Green #4D550C

Tints of Verdun Green #4D550C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.9%

R = 44.25%
G = 48.85%
B = 6.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#4D550C (or 0x4D550C) is known color: Verdun Green. HEX triplet: 4D, 55 and 0C. RGB value is (77,85,12). Sum of RGB (Red+Green+Blue) = 77+85+12=174 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44.25% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #4D550C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D550C is #B2AAF3. Grayscale: #4A4A4A. Windows color (decimal): -11709172 or 808269. OLE color: 808269.

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

Color convert

RGB 77 85 12 -
CMYK 0.09 0 0.86 0.67
HSL 66.58º 0.75% 0.19% -
HSV(B) 66.58º 0.86% 0.33% -
XYZ 6.38 8.1 1.58 -
YUV 74.29 92.85 129.94 -
System Red Green Blue C M Y K H S L
Decimal 77 85 12 0.09 0 0.86 0.67 66.58 0.75 0.19
Hex 4D 55 C 9 0 56 43 43 4B 13
Octal 115 125 14 11 0 126 103 103 113 23
Binary 1001101 1010101 1100 1001 0 1010110 1000011 1000011 1001011 10011

Color Harmonies of #4D550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D550C

Black with #4D550C

Text Example


Text Example

White with #4D550C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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