#426354

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

Shades of Stromboli #426354

Tints of Stromboli #426354

Color information

#426354 (or 0x426354) is unknown color: approx Stromboli. HEX triplet: 42, 63 and 54. RGB value is (66,99,84). Sum of RGB (Red+Green+Blue) = 66+99+84=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 99 - color contains mainly: green. Hex color #426354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426354 is #BD9CAB. Grayscale: #575757. Windows color (decimal): -12426412 or 5530434. OLE color: 5530434.

HSL color Cylindrical-coordinate representation of color #426354: hue angle of 152.73º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #426354 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB669984-
CMYK0.3300.150.61
HSL152.73º20%32.35%-
HSV(B)152.73º33.33%38.82%-
XYZ8.3110.7210.02-
YUV87.42126.07112.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.51%
GREEN value IS 99 (39.06% from 255) = 39.76%
BLUE value IS 84 (33.20% from 255) = 33.73%
R=26.51%
G=39.76%
B=33.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6699840.3300.150.61152.732032.35
Hex426354210F3D991420
Octal10214312441017752312440
Binary100001011000111010100100001011111111011001100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426354; }

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

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

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

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

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

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

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

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