#366150

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

Shades of Spectra #366150

Tints of Spectra #366150

Color information

#366150 (or 0x366150) is unknown color: approx Spectra. HEX triplet: 36, 61 and 50. RGB value is (54,97,80). Sum of RGB (Red+Green+Blue) = 54+97+80=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 97 - color contains mainly: green. Hex color #366150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366150 is #C99EAF. Grayscale: #525252. Windows color (decimal): -13213360 or 5267766. OLE color: 5267766.

HSL color Cylindrical-coordinate representation of color #366150: hue angle of 156.28º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #366150 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB549780-
CMYK0.4400.180.62
HSL156.28º28.48%29.61%-
HSV(B)156.28º44.33%38.04%-
XYZ7.249.919.12-
YUV82.21126.75107.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.38%
GREEN value IS 97 (38.28% from 255) = 41.99%
BLUE value IS 80 (31.64% from 255) = 34.63%
R=23.38%
G=41.99%
B=34.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5497800.4400.180.62156.2828.4829.61
Hex3661502C0123E9c1c1e
Octal6614112054022762343436
Binary11011011000011010000101100010010111110100111001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366150; }

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

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

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

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

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

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

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

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