#395D54

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

Shades of Spectra #395D54

Tints of Spectra #395D54

Color information

#395D54 (or 0x395D54) is unknown color: approx Spectra. HEX triplet: 39, 5D and 54. RGB value is (57,93,84). Sum of RGB (Red+Green+Blue) = 57+93+84=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 93 - color contains mainly: green. Hex color #395D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395D54 is #C6A2AB. Grayscale: #515151. Windows color (decimal): -13017772 or 5528889. OLE color: 5528889.

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

Color convert

RGB579384-
CMYK0.3900.100.64
HSL165º24%29.41%-
HSV(B)165º38.71%36.47%-
XYZ7.29.349.81-
YUV81.21129.57110.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.36%
GREEN value IS 93 (36.72% from 255) = 39.74%
BLUE value IS 84 (33.20% from 255) = 35.90%
R=24.36%
G=39.74%
B=35.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5793840.3900.100.641652429.41
Hex395D54270A40a5181d
Octal71135124470121002453035
Binary11100110111011010100100111010101000000101001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,93,84); }

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

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

 a { background-color: rgb(57,93,84); }

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

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

 span { border-color: rgb(57,93,84); }

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