#427160

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

Shades of Stromboli #427160

Tints of Stromboli #427160

Color information

#427160 (or 0x427160) is unknown color: approx Stromboli. HEX triplet: 42, 71 and 60. RGB value is (66,113,96). Sum of RGB (Red+Green+Blue) = 66+113+96=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #427160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427160 is #BD8E9F. Grayscale: #616161. Windows color (decimal): -12422816 or 6320450. OLE color: 6320450.

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

Color convert

RGB6611396-
CMYK0.4200.150.56
HSL158.3º26.26%35.1%-
HSV(B)158.3º41.59%44.31%-
XYZ10.2613.8113.19-
YUV97.01127.43105.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24%
GREEN value IS 113 (44.53% from 255) = 41.09%
BLUE value IS 96 (37.89% from 255) = 34.91%
R=24%
G=41.09%
B=34.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66113960.4200.150.56158.326.2635.1
Hex4271602A0F389e1a23
Octal10216114052017702363243
Binary100001011100011100000101010011111110001001111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427160; }

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

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

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

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

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

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

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

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