#427060

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

Shades of Stromboli #427060

Tints of Stromboli #427060

Color information

#427060 (or 0x427060) is unknown color: approx Stromboli. HEX triplet: 42, 70 and 60. RGB value is (66,112,96). Sum of RGB (Red+Green+Blue) = 66+112+96=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #427060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427060 is #BD8F9F. Grayscale: #606060. Windows color (decimal): -12423072 or 6320194. OLE color: 6320194.

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

Color convert

RGB6611296-
CMYK0.4100.140.56
HSL159.13º25.84%34.9%-
HSV(B)159.13º41.07%43.92%-
XYZ10.1513.5913.15-
YUV96.42127.76106.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.09%
GREEN value IS 112 (44.14% from 255) = 40.88%
BLUE value IS 96 (37.89% from 255) = 35.04%
R=24.09%
G=40.88%
B=35.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66112960.4100.140.56159.1325.8434.9
Hex427060290E389f1a23
Octal10216014051016702373243
Binary100001011100001100000101001011101110001001111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427060; }

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

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

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

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

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

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

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

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