#395C4E

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

Shades of Spectra #395C4E

Tints of Spectra #395C4E

Color information

#395C4E (or 0x395C4E) is unknown color: approx Spectra. HEX triplet: 39, 5C and 4E. RGB value is (57,92,78). Sum of RGB (Red+Green+Blue) = 57+92+78=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 92 - color contains mainly: green. Hex color #395C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395C4E is #C6A3B1. Grayscale: #4F4F4F. Windows color (decimal): -13018034 or 5135417. OLE color: 5135417.

HSL color Cylindrical-coordinate representation of color #395C4E: hue angle of 156º 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 #395C4E is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB579278-
CMYK0.3800.150.64
HSL156º23.49%29.22%-
HSV(B)156º38.04%36.08%-
XYZ6.899.078.6-
YUV79.94126.9111.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.11%
GREEN value IS 92 (36.33% from 255) = 40.53%
BLUE value IS 78 (30.86% from 255) = 34.36%
R=25.11%
G=40.53%
B=34.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5792780.3800.150.6415623.4929.22
Hex395C4E260F409c171d
Octal71134116460171002342735
Binary11100110111001001110100110011111000000100111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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