#426854

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

Shades of Stromboli #426854

Tints of Stromboli #426854

Color information

#426854 (or 0x426854) is unknown color: approx Stromboli. HEX triplet: 42, 68 and 54. RGB value is (66,104,84). Sum of RGB (Red+Green+Blue) = 66+104+84=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 104 - color contains mainly: green. Hex color #426854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426854 is #BD97AB. Grayscale: #5A5A5A. Windows color (decimal): -12425132 or 5531714. OLE color: 5531714.

HSL color Cylindrical-coordinate representation of color #426854: hue angle of 148.42º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #426854 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB6610484-
CMYK0.3700.190.59
HSL148.42º22.35%33.33%-
HSV(B)148.42º36.54%40.78%-
XYZ8.811.710.18-
YUV90.36124.41110.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.98%
GREEN value IS 104 (41.02% from 255) = 40.94%
BLUE value IS 84 (33.20% from 255) = 33.07%
R=25.98%
G=40.94%
B=33.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66104840.3700.190.59148.4222.3533.33
Hex426854250133B941621
Octal10215012445023732242641
Binary1000010110100010101001001010100111110111001010010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426854; }

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

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

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

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

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

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

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

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