#395A4F

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

Shades of Spectra #395A4F

Tints of Spectra #395A4F

Color information

#395A4F (or 0x395A4F) is unknown color: approx Spectra. HEX triplet: 39, 5A and 4F. RGB value is (57,90,79). Sum of RGB (Red+Green+Blue) = 57+90+79=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 90 - color contains mainly: green. Hex color #395A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395A4F is #C6A5B0. Grayscale: #4E4E4E. Windows color (decimal): -13018545 or 5200441. OLE color: 5200441.

HSL color Cylindrical-coordinate representation of color #395A4F: hue angle of 160º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #395A4F is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB579079-
CMYK0.3700.120.65
HSL160º22.45%28.82%-
HSV(B)160º36.67%35.29%-
XYZ6.758.758.73-
YUV78.88128.07112.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.22%
GREEN value IS 90 (35.55% from 255) = 39.82%
BLUE value IS 79 (31.25% from 255) = 34.96%
R=25.22%
G=39.82%
B=34.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5790790.3700.120.6516022.4528.82
Hex395A4F250C41a0161d
Octal71132117450141012402635
Binary11100110110101001111100101011001000001101000001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,90,79); }

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

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

 a { background-color: rgb(57,90,79); }

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

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

 span { border-color: rgb(57,90,79); }

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