#395C51

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

Shades of Spectra #395C51

Tints of Spectra #395C51

Color information

#395C51 (or 0x395C51) is unknown color: approx Spectra. HEX triplet: 39, 5C and 51. RGB value is (57,92,81). Sum of RGB (Red+Green+Blue) = 57+92+81=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 92 - color contains mainly: green. Hex color #395C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395C51 is #C6A3AE. Grayscale: #505050. Windows color (decimal): -13018031 or 5332025. OLE color: 5332025.

HSL color Cylindrical-coordinate representation of color #395C51: hue angle of 161.14º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #395C51 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB579281-
CMYK0.3800.120.64
HSL161.14º23.49%29.22%-
HSV(B)161.14º38.04%36.08%-
XYZ79.129.18-
YUV80.28128.4111.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.78%
GREEN value IS 92 (36.33% from 255) = 40%
BLUE value IS 81 (32.03% from 255) = 35.22%
R=24.78%
G=40%
B=35.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5792810.3800.120.64161.1423.4929.22
Hex395C51260C40a1171d
Octal71134121460141002412735
Binary11100110111001010001100110011001000000101000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,92,81); }

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

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

 a { background-color: rgb(57,92,81); }

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

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

 span { border-color: rgb(57,92,81); }

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