#4D621E

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

Shades of Verdun Green #4D621E

Tints of Verdun Green #4D621E

Color information

#4D621E (or 0x4D621E) is unknown color: approx Verdun Green. HEX triplet: 4D, 62 and 1E. RGB value is (77,98,30). Sum of RGB (Red+Green+Blue) = 77+98+30=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #4D621E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D621E is #B29DE1. Grayscale: #545454. Windows color (decimal): -11705826 or 1991245. OLE color: 1991245.

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

Color convert

RGB779830-
CMYK0.2100.690.62
HSL78.53º53.12%25.1%-
HSV(B)78.53º69.39%38.43%-
XYZ7.6610.412.83-
YUV83.9797.54123.03-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.56%
GREEN value IS 98 (38.67% from 255) = 47.80%
BLUE value IS 30 (12.11% from 255) = 14.63%
R=37.56%
G=47.80%
B=14.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7798300.2100.690.6278.5353.1225.1
Hex4D621E150453E4f3519
Octal11514236250105761176531
Binary10011011100010111101010101000101111110100111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D621E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,98,30); }

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

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

 a { background-color: rgb(77,98,30); }

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

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

 span { border-color: rgb(77,98,30); }

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