#366154

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

Shades of Spectra #366154

Tints of Spectra #366154

Color information

#366154 (or 0x366154) is unknown color: approx Spectra. HEX triplet: 36, 61 and 54. RGB value is (54,97,84). Sum of RGB (Red+Green+Blue) = 54+97+84=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #366154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366154 is #C99EAB. Grayscale: #525252. Windows color (decimal): -13213356 or 5529910. OLE color: 5529910.

HSL color Cylindrical-coordinate representation of color #366154: hue angle of 161.86º 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 #366154 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB549784-
CMYK0.4400.130.62
HSL161.86º28.48%29.61%-
HSV(B)161.86º44.33%38.04%-
XYZ7.49.979.92-
YUV82.66128.75107.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.98%
GREEN value IS 97 (38.28% from 255) = 41.28%
BLUE value IS 84 (33.20% from 255) = 35.74%
R=22.98%
G=41.28%
B=35.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5497840.4400.130.62161.8628.4829.61
Hex3661542C0D3Ea21c1e
Octal6614112454015762423436
Binary1101101100001101010010110001101111110101000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366154; }

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

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

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

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

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

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

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

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