#396055

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

Shades of Spectra #396055

Tints of Spectra #396055

Color information

#396055 (or 0x396055) is unknown color: approx Spectra. HEX triplet: 39, 60 and 55. RGB value is (57,96,85). Sum of RGB (Red+Green+Blue) = 57+96+85=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #396055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396055 is #C69FAA. Grayscale: #535353. Windows color (decimal): -13017003 or 5595193. OLE color: 5595193.

HSL color Cylindrical-coordinate representation of color #396055: hue angle of 163.08º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #396055 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB579685-
CMYK0.4100.110.62
HSL163.08º25.49%30%-
HSV(B)163.08º40.62%37.65%-
XYZ7.519.8910.11-
YUV83.08129.08109.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.95%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 85 (33.59% from 255) = 35.71%
R=23.95%
G=40.34%
B=35.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5796850.4100.110.62163.0825.4930
Hex396055290B3Ea3191e
Octal7114012551013762433136
Binary1110011100000101010110100101011111110101000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396055; }

 p { color: rgb(57,96,85); }

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

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

 a { background-color: rgb(57,96,85); }

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

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

 span { border-color: rgb(57,96,85); }

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