#366257

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

Shades of Spectra #366257

Tints of Spectra #366257

Color information

#366257 (or 0x366257) is unknown color: approx Spectra. HEX triplet: 36, 62 and 57. RGB value is (54,98,87). Sum of RGB (Red+Green+Blue) = 54+98+87=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 98 - color contains mainly: green. Hex color #366257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366257 is #C99DA8. Grayscale: #535353. Windows color (decimal): -13213097 or 5726774. OLE color: 5726774.

HSL color Cylindrical-coordinate representation of color #366257: hue angle of 165º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #366257 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB549887-
CMYK0.4500.110.62
HSL165º28.95%29.8%-
HSV(B)165º44.9%38.43%-
XYZ7.6110.2110.59-
YUV83.59129.92106.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.59%
GREEN value IS 98 (38.67% from 255) = 41.00%
BLUE value IS 87 (34.38% from 255) = 36.40%
R=22.59%
G=41.00%
B=36.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5498870.4500.110.6216528.9529.8
Hex3662572D0B3Ea51d1e
Octal6614212755013762453536
Binary1101101100010101011110110101011111110101001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366257; }

 p { color: rgb(54,98,87); }

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

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

 a { background-color: rgb(54,98,87); }

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

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

 span { border-color: rgb(54,98,87); }

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