#366654

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

Shades of Spectra #366654

Tints of Spectra #366654

Color information

#366654 (or 0x366654) is unknown color: approx Spectra. HEX triplet: 36, 66 and 54. RGB value is (54,102,84). Sum of RGB (Red+Green+Blue) = 54+102+84=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 84 (33.20% from 255 or 35% from 240); Max value from RGB is 102 - color contains mainly: green. Hex color #366654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366654 is #C999AB. Grayscale: #555555. Windows color (decimal): -13212076 or 5531190. OLE color: 5531190.

HSL color Cylindrical-coordinate representation of color #366654: hue angle of 157.5º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #366654 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.6.

Color convert

RGB5410284-
CMYK0.4700.180.6
HSL157.5º30.77%30.59%-
HSV(B)157.5º47.06%40%-
XYZ7.8710.9310.08-
YUV85.6127.1105.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.5%
GREEN value IS 102 (40.23% from 255) = 42.5%
BLUE value IS 84 (33.20% from 255) = 35%
R=22.5%
G=42.5%
B=35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal54102840.4700.180.6157.530.7730.59
Hex3666542F0123C9e1f1f
Octal6614612457022742363737
Binary11011011001101010100101111010010111100100111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366654; }

 p { color: rgb(54,102,84); }

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

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

 a { background-color: rgb(54,102,84); }

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

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

 span { border-color: rgb(54,102,84); }

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