#366355

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

Shades of Spectra #366355

Tints of Spectra #366355

Color information

#366355 (or 0x366355) is unknown color: approx Spectra. HEX triplet: 36, 63 and 55. RGB value is (54,99,85). Sum of RGB (Red+Green+Blue) = 54+99+85=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #366355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366355 is #C99CAA. Grayscale: #535353. Windows color (decimal): -13212843 or 5595958. OLE color: 5595958.

HSL color Cylindrical-coordinate representation of color #366355: hue angle of 161.33º 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 #366355 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB549985-
CMYK0.4500.140.61
HSL161.33º29.41%30%-
HSV(B)161.33º45.45%38.82%-
XYZ7.6210.3610.19-
YUV83.95128.59106.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.69%
GREEN value IS 99 (39.06% from 255) = 41.60%
BLUE value IS 85 (33.59% from 255) = 35.71%
R=22.69%
G=41.60%
B=35.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5499850.4500.140.61161.3329.4130
Hex3663552D0E3Da11d1e
Octal6614312555016752413536
Binary1101101100011101010110110101110111101101000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366355; }

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

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

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

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

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

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

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

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