#4D6705

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

Shades of Verdun Green #4D6705

Tints of Verdun Green #4D6705

Color information

#4D6705 (or 0x4D6705) is unknown color: approx Verdun Green. HEX triplet: 4D, 67 and 05. RGB value is (77,103,5). Sum of RGB (Red+Green+Blue) = 77+103+5=185 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.62% from 185); Green value is 103 (40.62% from 255 or 55.68% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 103 - color contains mainly: green. Hex color #4D6705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6705 is #B298FA. Grayscale: #545454. Windows color (decimal): -11704571 or 354125. OLE color: 354125.

HSL color Cylindrical-coordinate representation of color #4D6705: hue angle of 75.92º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D6705 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB771035-
CMYK0.2500.950.60
HSL75.92º90.74%21.18%-
HSV(B)75.92º95.15%40.39%-
XYZ7.9411.291.9-
YUV84.0583.39122.97-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 41.62%
GREEN value IS 103 (40.62% from 255) = 55.68%
BLUE value IS 5 (2.34% from 255) = 2.70%
R=41.62%
G=55.68%
B=2.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7710350.2500.950.6075.9290.7421.18
Hex4D6751905F3C4c5b15
Octal11514753101377411413325
Binary1001101110011110111001010111111111001001100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,103,5); }

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

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

 a { background-color: rgb(77,103,5); }

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

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

 span { border-color: rgb(77,103,5); }

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