#427061

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

Shades of Stromboli #427061

Tints of Stromboli #427061

Color information

#427061 (or 0x427061) is unknown color: approx Stromboli. HEX triplet: 42, 70 and 61. RGB value is (66,112,97). Sum of RGB (Red+Green+Blue) = 66+112+97=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 112 - color contains mainly: green. Hex color #427061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427061 is #BD8F9E. Grayscale: #606060. Windows color (decimal): -12423071 or 6385730. OLE color: 6385730.

HSL color Cylindrical-coordinate representation of color #427061: hue angle of 160.43º 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 #427061 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB6611297-
CMYK0.4100.130.56
HSL160.43º25.84%34.9%-
HSV(B)160.43º41.07%43.92%-
XYZ10.213.6113.4-
YUV96.54128.26106.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24%
GREEN value IS 112 (44.14% from 255) = 40.73%
BLUE value IS 97 (38.28% from 255) = 35.27%
R=24%
G=40.73%
B=35.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66112970.4100.130.56160.4325.8434.9
Hex427061290D38a01a23
Octal10216014151015702403243
Binary100001011100001100001101001011011110001010000011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427061; }

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

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

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

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

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

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

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

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