#365B4F

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

Shades of Spectra #365B4F

Tints of Spectra #365B4F

Color information

#365B4F (or 0x365B4F) is unknown color: approx Spectra. HEX triplet: 36, 5B and 4F. RGB value is (54,91,79). Sum of RGB (Red+Green+Blue) = 54+91+79=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 91 - color contains mainly: green. Hex color #365B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365B4F is #C9A4B0. Grayscale: #4E4E4E. Windows color (decimal): -13214897 or 5200694. OLE color: 5200694.

HSL color Cylindrical-coordinate representation of color #365B4F: hue angle of 160.54º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #365B4F is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB549179-
CMYK0.4100.130.64
HSL160.54º25.52%28.43%-
HSV(B)160.54º40.66%35.69%-
XYZ6.678.838.75-
YUV78.57128.24110.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.11%
GREEN value IS 91 (35.94% from 255) = 40.62%
BLUE value IS 79 (31.25% from 255) = 35.27%
R=24.11%
G=40.62%
B=35.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5491790.4100.130.64160.5425.5228.43
Hex365B4F290D40a11a1c
Octal66133117510151002413234
Binary11011010110111001111101001011011000000101000011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,91,79); }

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

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

 a { background-color: rgb(54,91,79); }

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

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

 span { border-color: rgb(54,91,79); }

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