#4D670D

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

Shades of Verdun Green #4D670D

Tints of Verdun Green #4D670D

Color information

#4D670D (or 0x4D670D) is unknown color: approx Verdun Green. HEX triplet: 4D, 67 and 0D. RGB value is (77,103,13). Sum of RGB (Red+Green+Blue) = 77+103+13=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 103 (40.62% from 255 or 53.37% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 103 - color contains mainly: green. Hex color #4D670D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D670D is #B298F2. Grayscale: #555555. Windows color (decimal): -11704563 or 878413. OLE color: 878413.

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

Color convert

RGB7710313-
CMYK0.2500.870.60
HSL77.33º77.59%22.75%-
HSV(B)77.33º87.38%40.39%-
XYZ7.9811.312.14-
YUV84.9787.39122.32-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 39.90%
GREEN value IS 103 (40.62% from 255) = 53.37%
BLUE value IS 13 (5.47% from 255) = 6.74%
R=39.90%
G=53.37%
B=6.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal77103130.2500.870.6077.3377.5922.75
Hex4D67D190573C4d4e17
Octal115147153101277411511627
Binary10011011100111110111001010101111111001001101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D670D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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