#366353

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

Shades of Spectra #366353

Tints of Spectra #366353

Color information

#366353 (or 0x366353) is unknown color: approx Spectra. HEX triplet: 36, 63 and 53. RGB value is (54,99,83). Sum of RGB (Red+Green+Blue) = 54+99+83=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #366353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366353 is #C99CAC. Grayscale: #535353. Windows color (decimal): -13212845 or 5464886. OLE color: 5464886.

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

Color convert

RGB549983-
CMYK0.4500.160.61
HSL158.67º29.41%30%-
HSV(B)158.67º45.45%38.82%-
XYZ7.5410.339.78-
YUV83.72127.59106.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.88%
GREEN value IS 99 (39.06% from 255) = 41.95%
BLUE value IS 83 (32.81% from 255) = 35.17%
R=22.88%
G=41.95%
B=35.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5499830.4500.160.61158.6729.4130
Hex3663532D0103D9f1d1e
Octal6614312355020752373536
Binary11011011000111010011101101010000111101100111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366353; }

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

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

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

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

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

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

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

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