#4F5510

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

Shades of Verdun Green #4F5510

Tints of Verdun Green #4F5510

Color information

#4F5510 (or 0x4F5510) is unknown color: approx Verdun Green. HEX triplet: 4F, 55 and 10. RGB value is (79,85,16). Sum of RGB (Red+Green+Blue) = 79+85+16=180 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.89% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #4F5510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5510 is #B0AAEF. Grayscale: #4B4B4B. Windows color (decimal): -11578096 or 1070415. OLE color: 1070415.

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

Color convert

RGB798516-
CMYK0.0700.810.67
HSL65.22º68.32%19.8%-
HSV(B)65.22º81.18%33.33%-
XYZ6.578.21.73-
YUV75.3494.51130.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.89%
GREEN value IS 85 (33.59% from 255) = 47.22%
BLUE value IS 16 (6.64% from 255) = 8.89%
R=43.89%
G=47.22%
B=8.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7985160.0700.810.6765.2268.3219.8
Hex4F5510705143414414
Octal117125207012110310110424
Binary10011111010101100001110101000110000111000001100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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