#4D6702

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

Shades of Verdun Green #4D6702

Tints of Verdun Green #4D6702

Color information

#4D6702 (or 0x4D6702) is unknown color: approx Verdun Green. HEX triplet: 4D, 67 and 02. RGB value is (77,103,2). Sum of RGB (Red+Green+Blue) = 77+103+2=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 103 (40.62% from 255 or 56.59% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 103 - color contains mainly: green. Hex color #4D6702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6702 is #B298FD. Grayscale: #545454. Windows color (decimal): -11704574 or 157517. OLE color: 157517.

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

Color convert

RGB771032-
CMYK0.2500.980.60
HSL75.45º96.19%20.59%-
HSV(B)75.45º98.06%40.39%-
XYZ7.9211.281.82-
YUV83.7181.89123.21-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 42.31%
GREEN value IS 103 (40.62% from 255) = 56.59%
BLUE value IS 2 (1.17% from 255) = 1.10%
R=42.31%
G=56.59%
B=1.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7710320.2500.980.6075.4596.1920.59
Hex4D672190623C4b6015
Octal11514723101427411314025
Binary100110111001111011001011000101111001001011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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