#467161

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

Shades of Stromboli #467161

Tints of Stromboli #467161

Color information

#467161 (or 0x467161) is unknown color: approx Stromboli. HEX triplet: 46, 71 and 61. RGB value is (70,113,97). Sum of RGB (Red+Green+Blue) = 70+113+97=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #467161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467161 is #B98E9E. Grayscale: #626262. Windows color (decimal): -12160671 or 6385990. OLE color: 6385990.

HSL color Cylindrical-coordinate representation of color #467161: hue angle of 157.67º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #467161 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB7011397-
CMYK0.3800.140.56
HSL157.67º23.5%35.88%-
HSV(B)157.67º38.05%44.31%-
XYZ10.5913.9813.45-
YUV98.32127.25107.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25%
GREEN value IS 113 (44.53% from 255) = 40.36%
BLUE value IS 97 (38.28% from 255) = 34.64%
R=25%
G=40.36%
B=34.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70113970.3800.140.56157.6723.535.88
Hex467161260E389e1724
Octal10616114146016702362744
Binary100011011100011100001100110011101110001001111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467161; }

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

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

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

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

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

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

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

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