#366157

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

Shades of Spectra #366157

Tints of Spectra #366157

Color information

#366157 (or 0x366157) is unknown color: approx Spectra. HEX triplet: 36, 61 and 57. RGB value is (54,97,87). Sum of RGB (Red+Green+Blue) = 54+97+87=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 97 - color contains mainly: green. Hex color #366157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366157 is #C99EA8. Grayscale: #535353. Windows color (decimal): -13213353 or 5726518. OLE color: 5726518.

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

Color convert

RGB549787-
CMYK0.4400.100.62
HSL166.05º28.48%29.61%-
HSV(B)166.05º44.33%38.04%-
XYZ7.5210.0210.56-
YUV83130.25107.31-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.69%
GREEN value IS 97 (38.28% from 255) = 40.76%
BLUE value IS 87 (34.38% from 255) = 36.55%
R=22.69%
G=40.76%
B=36.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5497870.4400.100.62166.0528.4829.61
Hex3661572C0A3Ea61c1e
Octal6614112754012762463436
Binary1101101100001101011110110001010111110101001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366157; }

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

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

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

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

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

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

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

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