#426052

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

Shades of Stromboli #426052

Tints of Stromboli #426052

Color information

#426052 (or 0x426052) is unknown color: approx Stromboli. HEX triplet: 42, 60 and 52. RGB value is (66,96,82). Sum of RGB (Red+Green+Blue) = 66+96+82=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 96 - color contains mainly: green. Hex color #426052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426052 is #BD9FAD. Grayscale: #555555. Windows color (decimal): -12427182 or 5398594. OLE color: 5398594.

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

Color convert

RGB669682-
CMYK0.3100.150.62
HSL152º18.52%31.76%-
HSV(B)152º31.25%37.65%-
XYZ7.9510.139.52-
YUV85.43126.06114.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.05%
GREEN value IS 96 (37.89% from 255) = 39.34%
BLUE value IS 82 (32.42% from 255) = 33.61%
R=27.05%
G=39.34%
B=33.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6696820.3100.150.6215218.5231.76
Hex4260521F0F3E981320
Octal10214012237017762302340
Binary10000101100000101001011111011111111101001100010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426052; }

 p { color: rgb(66,96,82); }

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

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

 a { background-color: rgb(66,96,82); }

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

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

 span { border-color: rgb(66,96,82); }

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