#395F52

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

Shades of Spectra #395F52

Tints of Spectra #395F52

Color information

#395F52 (or 0x395F52) is unknown color: approx Spectra. HEX triplet: 39, 5F and 52. RGB value is (57,95,82). Sum of RGB (Red+Green+Blue) = 57+95+82=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 95 - color contains mainly: green. Hex color #395F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395F52 is #C6A0AD. Grayscale: #525252. Windows color (decimal): -13017262 or 5398329. OLE color: 5398329.

HSL color Cylindrical-coordinate representation of color #395F52: hue angle of 159.47º 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 #395F52 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB579582-
CMYK0.4000.140.63
HSL159.47º25%29.8%-
HSV(B)159.47º40%37.25%-
XYZ7.39.669.46-
YUV82.16127.91110.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.36%
GREEN value IS 95 (37.5% from 255) = 40.60%
BLUE value IS 82 (32.42% from 255) = 35.04%
R=24.36%
G=40.60%
B=35.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5795820.4000.140.63159.472529.8
Hex395F52280E3F9f191e
Octal7113712250016772373136
Binary1110011011111101001010100001110111111100111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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