#4F550F

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

Shades of Verdun Green #4F550F

Tints of Verdun Green #4F550F

Color information

#4F550F (or 0x4F550F) is unknown color: approx Verdun Green. HEX triplet: 4F, 55 and 0F. RGB value is (79,85,15). Sum of RGB (Red+Green+Blue) = 79+85+15=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #4F550F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F550F is #B0AAF0. Grayscale: #4B4B4B. Windows color (decimal): -11578097 or 1004879. OLE color: 1004879.

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

Color convert

RGB798515-
CMYK0.0700.820.67
HSL65.14º70%19.61%-
HSV(B)65.14º82.35%33.33%-
XYZ6.568.191.69-
YUV75.2394.01130.69-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.13%
GREEN value IS 85 (33.59% from 255) = 47.49%
BLUE value IS 15 (6.25% from 255) = 8.38%
R=44.13%
G=47.49%
B=8.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7985150.0700.820.6765.147019.61
Hex4F55F705243414614
Octal117125177012210310110624
Binary1001111101010111111110101001010000111000001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F550F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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