#4F5511

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

Shades of Verdun Green #4F5511

Tints of Verdun Green #4F5511

Color information

#4F5511 (or 0x4F5511) is unknown color: approx Verdun Green. HEX triplet: 4F, 55 and 11. RGB value is (79,85,17). Sum of RGB (Red+Green+Blue) = 79+85+17=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #4F5511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5511 is #B0AAEE. Grayscale: #4B4B4B. Windows color (decimal): -11578095 or 1135951. OLE color: 1135951.

HSL color Cylindrical-coordinate representation of color #4F5511: hue angle of 65.29º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F5511 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB798517-
CMYK0.0700.800.67
HSL65.29º66.67%20%-
HSV(B)65.29º80%33.33%-
XYZ6.578.21.77-
YUV75.4595.01130.53-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.65%
GREEN value IS 85 (33.59% from 255) = 46.96%
BLUE value IS 17 (7.03% from 255) = 9.39%
R=43.65%
G=46.96%
B=9.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7985170.0700.800.6765.2966.6720
Hex4F5511705043414314
Octal117125217012010310110324
Binary10011111010101100011110101000010000111000001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,85,17); }

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

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

 a { background-color: rgb(79,85,17); }

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

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

 span { border-color: rgb(79,85,17); }

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