#4D6114

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

Shades of Verdun Green #4D6114

Tints of Verdun Green #4D6114

Color information

#4D6114 (or 0x4D6114) is unknown color: approx Verdun Green. HEX triplet: 4D, 61 and 14. RGB value is (77,97,20). Sum of RGB (Red+Green+Blue) = 77+97+20=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #4D6114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6114 is #B29EEB. Grayscale: #525252. Windows color (decimal): -11706092 or 1335629. OLE color: 1335629.

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

Color convert

RGB779720-
CMYK0.2100.790.62
HSL75.58º65.81%22.94%-
HSV(B)75.58º79.38%38.04%-
XYZ7.4610.182.23-
YUV82.2492.87124.26-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 39.69%
GREEN value IS 97 (38.28% from 255) = 50%
BLUE value IS 20 (8.20% from 255) = 10.31%
R=39.69%
G=50%
B=10.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7797200.2100.790.6275.5865.8122.94
Hex4D61141504F3E4c4217
Octal115141242501177611410227
Binary100110111000011010010101010011111111101001100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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