#4D7006

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

Shades of Verdun Green #4D7006

Tints of Verdun Green #4D7006

Color information

#4D7006 (or 0x4D7006) is unknown color: approx Verdun Green. HEX triplet: 4D, 70 and 06. RGB value is (77,112,6). Sum of RGB (Red+Green+Blue) = 77+112+6=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 6 (2.73% from 255 or 3.08% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #4D7006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7006 is #B28FF9. Grayscale: #595959. Windows color (decimal): -11702266 or 421965. OLE color: 421965.

HSL color Cylindrical-coordinate representation of color #4D7006: hue angle of 79.81º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D7006 is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB771126-
CMYK0.3100.950.56
HSL79.81º89.83%23.14%-
HSV(B)79.81º94.64%43.92%-
XYZ8.8913.182.25-
YUV89.4580.9119.12-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 39.49%
GREEN value IS 112 (44.14% from 255) = 57.44%
BLUE value IS 6 (2.73% from 255) = 3.08%
R=39.49%
G=57.44%
B=3.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7711260.3100.950.5679.8189.8323.14
Hex4D7061F05F38505a17
Octal11516063701377012013227
Binary1001101111000011011111010111111110001010000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,112,6); }

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

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

 a { background-color: rgb(77,112,6); }

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

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

 span { border-color: rgb(77,112,6); }

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