#366650

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

Shades of Spectra #366650

Tints of Spectra #366650

Color information

#366650 (or 0x366650) is unknown color: approx Spectra. HEX triplet: 36, 66 and 50. RGB value is (54,102,80). Sum of RGB (Red+Green+Blue) = 54+102+80=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 102 - color contains mainly: green. Hex color #366650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366650 is #C999AF. Grayscale: #555555. Windows color (decimal): -13212080 or 5269046. OLE color: 5269046.

HSL color Cylindrical-coordinate representation of color #366650: hue angle of 152.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 #366650 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB5410280-
CMYK0.4700.220.6
HSL152.5º30.77%30.59%-
HSV(B)152.5º47.06%40%-
XYZ7.7210.879.28-
YUV85.14125.1105.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.88%
GREEN value IS 102 (40.23% from 255) = 43.22%
BLUE value IS 80 (31.64% from 255) = 33.90%
R=22.88%
G=43.22%
B=33.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal54102800.4700.220.6152.530.7730.59
Hex3666502F0163C981f1f
Octal6614612057026742303737
Binary11011011001101010000101111010110111100100110001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366650; }

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

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

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

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

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

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

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

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