#4D6011

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

Shades of Verdun Green #4D6011

Tints of Verdun Green #4D6011

Color information

#4D6011 (or 0x4D6011) is unknown color: approx Verdun Green. HEX triplet: 4D, 60 and 11. RGB value is (77,96,17). Sum of RGB (Red+Green+Blue) = 77+96+17=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 17 (7.03% from 255 or 8.95% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #4D6011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6011 is #B29FEE. Grayscale: #515151. Windows color (decimal): -11706351 or 1138765. OLE color: 1138765.

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

Color convert

RGB779617-
CMYK0.2000.820.62
HSL74.43º69.91%22.16%-
HSV(B)74.43º82.29%37.65%-
XYZ7.349.982.07-
YUV81.3191.71124.92-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 40.53%
GREEN value IS 96 (37.89% from 255) = 50.53%
BLUE value IS 17 (7.03% from 255) = 8.95%
R=40.53%
G=50.53%
B=8.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7796170.2000.820.6274.4369.9122.16
Hex4D6011140523E4a4616
Octal115140212401227611210626
Binary100110111000001000110100010100101111101001010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,96,17); }

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

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

 a { background-color: rgb(77,96,17); }

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

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

 span { border-color: rgb(77,96,17); }

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