#4D6210

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

Shades of Verdun Green #4D6210

Tints of Verdun Green #4D6210

Color information

#4D6210 (or 0x4D6210) is unknown color: approx Verdun Green. HEX triplet: 4D, 62 and 10. RGB value is (77,98,16). Sum of RGB (Red+Green+Blue) = 77+98+16=191 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.31% from 191); Green value is 98 (38.67% from 255 or 51.31% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 98 - color contains mainly: green. Hex color #4D6210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6210 is #B29DEF. Grayscale: #525252. Windows color (decimal): -11705840 or 1073741. OLE color: 1073741.

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

Color convert

RGB779816-
CMYK0.2100.840.62
HSL75.37º71.93%22.35%-
HSV(B)75.37º83.67%38.43%-
XYZ7.5210.352.09-
YUV82.3790.54124.17-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 40.31%
GREEN value IS 98 (38.67% from 255) = 51.31%
BLUE value IS 16 (6.64% from 255) = 8.38%
R=40.31%
G=51.31%
B=8.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7798160.2100.840.6275.3771.9322.35
Hex4D6210150543E4b4816
Octal115142202501247611311026
Binary100110111000101000010101010101001111101001011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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