#4D631D

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

Shades of Verdun Green #4D631D

Tints of Verdun Green #4D631D

Color information

#4D631D (or 0x4D631D) is unknown color: approx Verdun Green. HEX triplet: 4D, 63 and 1D. RGB value is (77,99,29). Sum of RGB (Red+Green+Blue) = 77+99+29=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 99 (39.06% from 255 or 48.29% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 99 - color contains mainly: green. Hex color #4D631D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D631D is #B29CE2. Grayscale: #545454. Windows color (decimal): -11705571 or 1925965. OLE color: 1925965.

HSL color Cylindrical-coordinate representation of color #4D631D: hue angle of 78.86º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D631D is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB779929-
CMYK0.2200.710.61
HSL78.86º54.69%25.1%-
HSV(B)78.86º70.71%38.82%-
XYZ7.7410.592.8-
YUV84.4496.71122.69-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.56%
GREEN value IS 99 (39.06% from 255) = 48.29%
BLUE value IS 29 (11.72% from 255) = 14.15%
R=37.56%
G=48.29%
B=14.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7799290.2200.710.6178.8654.6925.1
Hex4D631D160473D4f3719
Octal11514335260107751176731
Binary10011011100011111011011001000111111101100111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D631D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,99,29); }

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

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

 a { background-color: rgb(77,99,29); }

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

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

 span { border-color: rgb(77,99,29); }

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