#365D4E

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

Shades of Spectra #365D4E

Tints of Spectra #365D4E

Color information

#365D4E (or 0x365D4E) is unknown color: approx Spectra. HEX triplet: 36, 5D and 4E. RGB value is (54,93,78). Sum of RGB (Red+Green+Blue) = 54+93+78=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 93 - color contains mainly: green. Hex color #365D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365D4E is #C9A2B1. Grayscale: #4F4F4F. Windows color (decimal): -13214386 or 5135670. OLE color: 5135670.

HSL color Cylindrical-coordinate representation of color #365D4E: hue angle of 156.92º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #365D4E is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB549378-
CMYK0.4200.160.64
HSL156.92º26.53%28.82%-
HSV(B)156.92º41.94%36.47%-
XYZ6.819.168.62-
YUV79.63127.08109.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24%
GREEN value IS 93 (36.72% from 255) = 41.33%
BLUE value IS 78 (30.86% from 255) = 34.67%
R=24%
G=41.33%
B=34.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5493780.4200.160.64156.9226.5328.82
Hex365D4E2A010409d1b1d
Octal66135116520201002353335
Binary110110101110110011101010100100001000000100111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,93,78); }

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

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

 a { background-color: rgb(54,93,78); }

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

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

 span { border-color: rgb(54,93,78); }

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