#4A7161

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

Shades of Stromboli #4A7161

Tints of Stromboli #4A7161

Color information

#4A7161 (or 0x4A7161) is unknown color: approx Stromboli. HEX triplet: 4A, 71 and 61. RGB value is (74,113,97). Sum of RGB (Red+Green+Blue) = 74+113+97=284 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.06% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 113 - color contains mainly: green. Hex color #4A7161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7161 is #B58E9E. Grayscale: #636363. Windows color (decimal): -11898527 or 6385994. OLE color: 6385994.

HSL color Cylindrical-coordinate representation of color #4A7161: hue angle of 155.38º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A7161 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB7411397-
CMYK0.3500.140.56
HSL155.38º20.86%36.67%-
HSV(B)155.38º34.51%44.31%-
XYZ10.8914.1313.46-
YUV99.51126.58109.8-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.06%
GREEN value IS 113 (44.53% from 255) = 39.79%
BLUE value IS 97 (38.28% from 255) = 34.15%
R=26.06%
G=39.79%
B=34.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74113970.3500.140.56155.3820.8636.67
Hex4A7161230E389b1525
Octal11216114143016702332545
Binary100101011100011100001100011011101110001001101110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,113,97); }

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

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

 a { background-color: rgb(74,113,97); }

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

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

 span { border-color: rgb(74,113,97); }

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