#4D611A

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

Shades of Verdun Green #4D611A

Tints of Verdun Green #4D611A

Color information

#4D611A (or 0x4D611A) is unknown color: approx Verdun Green. HEX triplet: 4D, 61 and 1A. RGB value is (77,97,26). Sum of RGB (Red+Green+Blue) = 77+97+26=200 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.5% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #4D611A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D611A is #B29EE5. Grayscale: #535353. Windows color (decimal): -11706086 or 1728845. OLE color: 1728845.

HSL color Cylindrical-coordinate representation of color #4D611A: hue angle of 76.9º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D611A is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB779726-
CMYK0.2100.730.62
HSL76.9º57.72%24.12%-
HSV(B)76.9º73.2%38.04%-
XYZ7.5210.22.55-
YUV82.9395.87123.77-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.5%
GREEN value IS 97 (38.28% from 255) = 48.5%
BLUE value IS 26 (10.55% from 255) = 13%
R=38.5%
G=48.5%
B=13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7797260.2100.730.6276.957.7224.12
Hex4D611A150493E4d3a18
Octal11514132250111761157230
Binary10011011100001110101010101001001111110100110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,97,26); }

 H1.HeaderClassName
 {
   color: #4D611A;
 }
 .AnyTagClassName
 {
   color: #4D611A;
 }
</style>
background-color css

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

 a { background-color: rgb(77,97,26); }

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

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

 span { border-color: rgb(77,97,26); }

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