#426154

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

Shades of Stromboli #426154

Tints of Stromboli #426154

Color information

#426154 (or 0x426154) is unknown color: approx Stromboli. HEX triplet: 42, 61 and 54. RGB value is (66,97,84). Sum of RGB (Red+Green+Blue) = 66+97+84=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 84 (33.20% from 255 or 34.01% from 247); Max value from RGB is 97 - color contains mainly: green. Hex color #426154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426154 is #BD9EAB. Grayscale: #565656. Windows color (decimal): -12426924 or 5529922. OLE color: 5529922.

HSL color Cylindrical-coordinate representation of color #426154: hue angle of 154.84º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #426154 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB669784-
CMYK0.3200.130.62
HSL154.84º19.02%31.96%-
HSV(B)154.84º31.96%38.04%-
XYZ8.1210.359.96-
YUV86.25126.73113.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.72%
GREEN value IS 97 (38.28% from 255) = 39.27%
BLUE value IS 84 (33.20% from 255) = 34.01%
R=26.72%
G=39.27%
B=34.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6697840.3200.130.62154.8419.0231.96
Hex426154200D3E9b1320
Octal10214112440015762332340
Binary100001011000011010100100000011011111101001101110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426154; }

 p { color: rgb(66,97,84); }

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

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

 a { background-color: rgb(66,97,84); }

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

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

 span { border-color: rgb(66,97,84); }

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