#4F635F

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

Shades of Stromboli #4F635F

Tints of Stromboli #4F635F

Color information

#4F635F (or 0x4F635F) is unknown color: approx Stromboli. HEX triplet: 4F, 63 and 5F. RGB value is (79,99,95). Sum of RGB (Red+Green+Blue) = 79+99+95=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 99 - color contains mainly: green. Hex color #4F635F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F635F is #B09CA0. Grayscale: #5C5C5C. Windows color (decimal): -11574433 or 6251343. OLE color: 6251343.

HSL color Cylindrical-coordinate representation of color #4F635F: hue angle of 168º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4F635F is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB799995-
CMYK0.2000.040.61
HSL168º11.24%34.9%-
HSV(B)168º20.2%38.82%-
XYZ9.7511.4112.52-
YUV92.56129.37118.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.94%
GREEN value IS 99 (39.06% from 255) = 36.26%
BLUE value IS 95 (37.5% from 255) = 34.80%
R=28.94%
G=36.26%
B=34.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7999950.2000.040.6116811.2434.9
Hex4F635F14043Da8b23
Octal1171431372404752501343
Binary100111111000111011111101000100111101101010001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,99,95); }

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

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

 a { background-color: rgb(79,99,95); }

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

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

 span { border-color: rgb(79,99,95); }

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