#4A655F

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

Shades of Stromboli #4A655F

Tints of Stromboli #4A655F

Color information

#4A655F (or 0x4A655F) is unknown color: approx Stromboli. HEX triplet: 4A, 65 and 5F. RGB value is (74,101,95). Sum of RGB (Red+Green+Blue) = 74+101+95=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 101 - color contains mainly: green. Hex color #4A655F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A655F is #B59AA0. Grayscale: #5C5C5C. Windows color (decimal): -11901601 or 6251850. OLE color: 6251850.

HSL color Cylindrical-coordinate representation of color #4A655F: hue angle of 166.67º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A655F is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB7410195-
CMYK0.2700.060.60
HSL166.67º15.43%34.31%-
HSV(B)166.67º26.73%39.61%-
XYZ9.5411.5912.56-
YUV92.24129.55114.99-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.41%
GREEN value IS 101 (39.84% from 255) = 37.41%
BLUE value IS 95 (37.5% from 255) = 35.19%
R=27.41%
G=37.41%
B=35.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74101950.2700.060.60166.6715.4334.31
Hex4A655F1B063Ca7f22
Octal1121451373306742471742
Binary100101011001011011111110110110111100101001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,101,95); }

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

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

 a { background-color: rgb(74,101,95); }

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

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

 span { border-color: rgb(74,101,95); }

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