#365E56

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

Shades of Spectra #365E56

Tints of Spectra #365E56

Color information

#365E56 (or 0x365E56) is unknown color: approx Spectra. HEX triplet: 36, 5E and 56. RGB value is (54,94,86). Sum of RGB (Red+Green+Blue) = 54+94+86=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 94 (37.11% from 255 or 40.17% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 94 - color contains mainly: green. Hex color #365E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E56 is #C9A1A9. Grayscale: #515151. Windows color (decimal): -13214122 or 5660214. OLE color: 5660214.

HSL color Cylindrical-coordinate representation of color #365E56: hue angle of 168º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #365E56 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB549486-
CMYK0.4300.090.63
HSL168º27.03%29.02%-
HSV(B)168º42.55%36.86%-
XYZ7.29.4610.25-
YUV81.13130.75108.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.08%
GREEN value IS 94 (37.11% from 255) = 40.17%
BLUE value IS 86 (33.98% from 255) = 36.75%
R=23.08%
G=40.17%
B=36.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5494860.4300.090.6316827.0329.02
Hex365E562B093Fa81b1d
Octal6613612653011772503335
Binary1101101011110101011010101101001111111101010001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365E56; }

 p { color: rgb(54,94,86); }

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

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

 a { background-color: rgb(54,94,86); }

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

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

 span { border-color: rgb(54,94,86); }

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