#4F690B

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

Shades of Verdun Green #4F690B

Tints of Verdun Green #4F690B

Color information

#4F690B (or 0x4F690B) is unknown color: approx Verdun Green. HEX triplet: 4F, 69 and 0B. RGB value is (79,105,11). Sum of RGB (Red+Green+Blue) = 79+105+11=195 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.51% from 195); Green value is 105 (41.41% from 255 or 53.85% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 105 - color contains mainly: green. Hex color #4F690B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F690B is #B096F4. Grayscale: #565656. Windows color (decimal): -11572981 or 747855. OLE color: 747855.

HSL color Cylindrical-coordinate representation of color #4F690B: hue angle of 76.6º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F690B is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB7910511-
CMYK0.2500.900.59
HSL76.6º81.03%22.75%-
HSV(B)76.6º89.52%41.18%-
XYZ8.3411.792.15-
YUV86.5185.39122.64-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.51%
GREEN value IS 105 (41.41% from 255) = 53.85%
BLUE value IS 11 (4.69% from 255) = 5.64%
R=40.51%
G=53.85%
B=5.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79105110.2500.900.5976.681.0322.75
Hex4F69B1905A3B4d5117
Octal117151133101327311512127
Binary10011111101001101111001010110101110111001101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F690B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,105,11); }

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

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

 a { background-color: rgb(79,105,11); }

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

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

 span { border-color: rgb(79,105,11); }

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