#4D690F

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

Shades of Verdun Green #4D690F

Tints of Verdun Green #4D690F

Color information

#4D690F (or 0x4D690F) is unknown color: approx Verdun Green. HEX triplet: 4D, 69 and 0F. RGB value is (77,105,15). Sum of RGB (Red+Green+Blue) = 77+105+15=197 (26% of max value = 765). Red value is 77 (30.47% from 255 or 39.09% from 197); Green value is 105 (41.41% from 255 or 53.30% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 105 - color contains mainly: green. Hex color #4D690F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D690F is #B296F0. Grayscale: #565656. Windows color (decimal): -11704049 or 1009997. OLE color: 1009997.

HSL color Cylindrical-coordinate representation of color #4D690F: hue angle of 78.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D690F is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB7710515-
CMYK0.2700.860.59
HSL78.67º75%23.53%-
HSV(B)78.67º85.71%41.18%-
XYZ8.211.722.28-
YUV86.3787.72121.32-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 39.09%
GREEN value IS 105 (41.41% from 255) = 53.30%
BLUE value IS 15 (6.25% from 255) = 7.61%
R=39.09%
G=53.30%
B=7.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77105150.2700.860.5978.677523.53
Hex4D69F1B0563B4f4b18
Octal115151173301267311711330
Binary10011011101001111111011010101101110111001111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D690F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,105,15); }

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

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

 a { background-color: rgb(77,105,15); }

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

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

 span { border-color: rgb(77,105,15); }

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