#427261

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

Shades of Stromboli #427261

Tints of Stromboli #427261

Color information

#427261 (or 0x427261) is unknown color: approx Stromboli. HEX triplet: 42, 72 and 61. RGB value is (66,114,97). Sum of RGB (Red+Green+Blue) = 66+114+97=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 114 - color contains mainly: green. Hex color #427261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427261 is #BD8D9E. Grayscale: #616161. Windows color (decimal): -12422559 or 6386242. OLE color: 6386242.

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

Color convert

RGB6611497-
CMYK0.4200.150.55
HSL158.75º26.67%35.29%-
HSV(B)158.75º42.11%44.71%-
XYZ10.4214.0613.47-
YUV97.71127.6105.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 114 (44.92% from 255) = 41.16%
BLUE value IS 97 (38.28% from 255) = 35.02%
R=23.83%
G=41.16%
B=35.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66114970.4200.150.55158.7526.6735.29
Hex4272612A0F379f1b23
Octal10216214152017672373343
Binary100001011100101100001101010011111101111001111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427261; }

 p { color: rgb(66,114,97); }

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

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

 a { background-color: rgb(66,114,97); }

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

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

 span { border-color: rgb(66,114,97); }

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