#366458

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

Shades of Stromboli #366458

Tints of Stromboli #366458

Color information

#366458 (or 0x366458) is unknown color: approx Stromboli. HEX triplet: 36, 64 and 58. RGB value is (54,100,88). Sum of RGB (Red+Green+Blue) = 54+100+88=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 100 - color contains mainly: green. Hex color #366458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366458 is #C99BA7. Grayscale: #545454. Windows color (decimal): -13212584 or 5792822. OLE color: 5792822.

HSL color Cylindrical-coordinate representation of color #366458: hue angle of 164.35º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #366458 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB5410088-
CMYK0.4600.120.61
HSL164.35º29.87%30.2%-
HSV(B)164.35º46%39.22%-
XYZ7.8410.610.87-
YUV84.88129.76105.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.31%
GREEN value IS 100 (39.45% from 255) = 41.32%
BLUE value IS 88 (34.77% from 255) = 36.36%
R=22.31%
G=41.32%
B=36.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal54100880.4600.120.61164.3529.8730.2
Hex3664582E0C3Da41e1e
Octal6614413056014752443636
Binary1101101100100101100010111001100111101101001001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366458; }

 p { color: rgb(54,100,88); }

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

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

 a { background-color: rgb(54,100,88); }

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

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

 span { border-color: rgb(54,100,88); }

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