#427361

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

Shades of Stromboli #427361

Tints of Stromboli #427361

Color information

#427361 (or 0x427361) is unknown color: approx Stromboli. HEX triplet: 42, 73 and 61. RGB value is (66,115,97). Sum of RGB (Red+Green+Blue) = 66+115+97=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 115 - color contains mainly: green. Hex color #427361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427361 is #BD8C9E. Grayscale: #626262. Windows color (decimal): -12422303 or 6386498. OLE color: 6386498.

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

Color convert

RGB6611597-
CMYK0.4300.160.55
HSL157.96º27.07%35.49%-
HSV(B)157.96º42.61%45.1%-
XYZ10.5414.2813.51-
YUV98.3127.27104.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.74%
GREEN value IS 115 (45.31% from 255) = 41.37%
BLUE value IS 97 (38.28% from 255) = 34.89%
R=23.74%
G=41.37%
B=34.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66115970.4300.160.55157.9627.0735.49
Hex4273612B010379e1b23
Octal10216314153020672363343
Binary1000010111001111000011010110100001101111001111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427361; }

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

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

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

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

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

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

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

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