#4D550C

Color #4D550C Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #4D550C

Tints of Verdun Green #4D550C

Color information

#4D550C (or 0x4D550C) is unknown color: approx 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

RGB778512-
CMYK0.0900.860.67
HSL66.58º75.26%19.02%-
HSV(B)66.58º85.88%33.33%-
XYZ6.388.11.58-
YUV74.2992.85129.94-

RGB Variations

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

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.90%
R=44.25%
G=48.85%
B=6.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7785120.0900.860.6766.5875.2619.02
Hex4D55C905643434b13
Octal1151251411012610310311323
Binary10011011010101110010010101011010000111000011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>