#365E50

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

Shades of Spectra #365E50

Tints of Spectra #365E50

Color information

#365E50 (or 0x365E50) is unknown color: approx Spectra. HEX triplet: 36, 5E and 50. RGB value is (54,94,80). Sum of RGB (Red+Green+Blue) = 54+94+80=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 94 - color contains mainly: green. Hex color #365E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E50 is #C9A1AF. Grayscale: #505050. Windows color (decimal): -13214128 or 5266998. OLE color: 5266998.

HSL color Cylindrical-coordinate representation of color #365E50: hue angle of 159º 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 #365E50 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.

Color convert

RGB549480-
CMYK0.4300.150.63
HSL159º27.03%29.02%-
HSV(B)159º42.55%36.86%-
XYZ6.979.379.03-
YUV80.44127.75109.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.68%
GREEN value IS 94 (37.11% from 255) = 41.23%
BLUE value IS 80 (31.64% from 255) = 35.09%
R=23.68%
G=41.23%
B=35.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5494800.4300.150.6315927.0329.02
Hex365E502B0F3F9f1b1d
Octal6613612053017772373335
Binary1101101011110101000010101101111111111100111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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