#366357

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

Shades of Spectra #366357

Tints of Spectra #366357

Color information

#366357 (or 0x366357) is unknown color: approx Spectra. HEX triplet: 36, 63 and 57. RGB value is (54,99,87). Sum of RGB (Red+Green+Blue) = 54+99+87=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 99 - color contains mainly: green. Hex color #366357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366357 is #C99CA8. Grayscale: #545454. Windows color (decimal): -13212841 or 5727030. OLE color: 5727030.

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

Color convert

RGB549987-
CMYK0.4500.120.61
HSL164º29.41%30%-
HSV(B)164º45.45%38.82%-
XYZ7.710.410.62-
YUV84.18129.59106.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.5%
GREEN value IS 99 (39.06% from 255) = 41.25%
BLUE value IS 87 (34.38% from 255) = 36.25%
R=22.5%
G=41.25%
B=36.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5499870.4500.120.6116429.4130
Hex3663572D0C3Da41d1e
Octal6614312755014752443536
Binary1101101100011101011110110101100111101101001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366357; }

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

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

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

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

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

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

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

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