#365F4F

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

Shades of Spectra #365F4F

Tints of Spectra #365F4F

Color information

#365F4F (or 0x365F4F) is unknown color: approx Spectra. HEX triplet: 36, 5F and 4F. RGB value is (54,95,79). Sum of RGB (Red+Green+Blue) = 54+95+79=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 95 - color contains mainly: green. Hex color #365F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365F4F is #C9A0B0. Grayscale: #505050. Windows color (decimal): -13213873 or 5201718. OLE color: 5201718.

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

Color convert

RGB549579-
CMYK0.4300.170.63
HSL156.59º27.52%29.22%-
HSV(B)156.59º43.16%37.25%-
XYZ7.029.538.87-
YUV80.92126.92108.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.68%
GREEN value IS 95 (37.5% from 255) = 41.67%
BLUE value IS 79 (31.25% from 255) = 34.65%
R=23.68%
G=41.67%
B=34.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5495790.4300.170.63156.5927.5229.22
Hex365F4F2B0113F9d1c1d
Octal6613711753021772353435
Binary11011010111111001111101011010001111111100111011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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