#365549

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

Shades of Spectra #365549

Tints of Spectra #365549

Color information

#365549 (or 0x365549) is unknown color: approx Spectra. HEX triplet: 36, 55 and 49. RGB value is (54,85,73). Sum of RGB (Red+Green+Blue) = 54+85+73=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 85 - color contains mainly: green. Hex color #365549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365549 is #C9AAB6. Grayscale: #4A4A4A. Windows color (decimal): -13216439 or 4805942. OLE color: 4805942.

HSL color Cylindrical-coordinate representation of color #365549: hue angle of 156.77º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #365549 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB548573-
CMYK0.3600.140.67
HSL156.77º22.3%27.25%-
HSV(B)156.77º36.47%33.33%-
XYZ5.977.767.49-
YUV74.36127.23113.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.47%
GREEN value IS 85 (33.59% from 255) = 40.09%
BLUE value IS 73 (28.91% from 255) = 34.43%
R=25.47%
G=40.09%
B=34.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5485730.3600.140.67156.7722.327.25
Hex365549240E439d161b
Octal66125111440161032352633
Binary11011010101011001001100100011101000011100111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365549; }

 p { color: rgb(54,85,73); }

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

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

 a { background-color: rgb(54,85,73); }

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

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

 span { border-color: rgb(54,85,73); }

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