#427062

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

Shades of Stromboli #427062

Tints of Stromboli #427062

Color information

#427062 (or 0x427062) is unknown color: approx Stromboli. HEX triplet: 42, 70 and 62. RGB value is (66,112,98). Sum of RGB (Red+Green+Blue) = 66+112+98=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #427062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427062 is #BD8F9D. Grayscale: #606060. Windows color (decimal): -12423070 or 6451266. OLE color: 6451266.

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

Color convert

RGB6611298-
CMYK0.4100.130.56
HSL161.74º25.84%34.9%-
HSV(B)161.74º41.07%43.92%-
XYZ10.2513.6313.65-
YUV96.65128.76106.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.91%
GREEN value IS 112 (44.14% from 255) = 40.58%
BLUE value IS 98 (38.67% from 255) = 35.51%
R=23.91%
G=40.58%
B=35.51%

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
Decimal66112980.4100.130.56161.7425.8434.9
Hex427062290D38a21a23
Octal10216014251015702423243
Binary100001011100001100010101001011011110001010001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427062; }

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

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

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

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

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

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

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

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