#395F55

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

Shades of Spectra #395F55

Tints of Spectra #395F55

Color information

#395F55 (or 0x395F55) is unknown color: approx Spectra. HEX triplet: 39, 5F and 55. RGB value is (57,95,85). Sum of RGB (Red+Green+Blue) = 57+95+85=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 95 - color contains mainly: green. Hex color #395F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395F55 is #C6A0AA. Grayscale: #525252. Windows color (decimal): -13017259 or 5594937. OLE color: 5594937.

HSL color Cylindrical-coordinate representation of color #395F55: hue angle of 164.21º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #395F55 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.

Color convert

RGB579585-
CMYK0.4000.110.63
HSL164.21º25%29.8%-
HSV(B)164.21º40%37.25%-
XYZ7.429.7110.08-
YUV82.5129.41109.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.05%
GREEN value IS 95 (37.5% from 255) = 40.08%
BLUE value IS 85 (33.59% from 255) = 35.86%
R=24.05%
G=40.08%
B=35.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5795850.4000.110.63164.212529.8
Hex395F55280B3Fa4191e
Octal7113712550013772443136
Binary1110011011111101010110100001011111111101001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395F55; }

 p { color: rgb(57,95,85); }

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

<style>
 a { background-color: #395F55; }

 a { background-color: rgb(57,95,85); }

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

<style>
 span { border-color: #395F55; }

 span { border-color: rgb(57,95,85); }

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