#396050

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

Shades of Spectra #396050

Tints of Spectra #396050

Color information

#396050 (or 0x396050) is unknown color: approx Spectra. HEX triplet: 39, 60 and 50. RGB value is (57,96,80). Sum of RGB (Red+Green+Blue) = 57+96+80=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 96 - color contains mainly: green. Hex color #396050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396050 is #C69FAF. Grayscale: #525252. Windows color (decimal): -13017008 or 5267513. OLE color: 5267513.

HSL color Cylindrical-coordinate representation of color #396050: hue angle of 155.38º 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 #396050 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB579680-
CMYK0.4100.170.62
HSL155.38º25.49%30%-
HSV(B)155.38º40.62%37.65%-
XYZ7.329.819.1-
YUV82.52126.58109.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.46%
GREEN value IS 96 (37.89% from 255) = 41.20%
BLUE value IS 80 (31.64% from 255) = 34.33%
R=24.46%
G=41.20%
B=34.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5796800.4100.170.62155.3825.4930
Hex396050290113E9b191e
Octal7114012051021762333136
Binary11100111000001010000101001010001111110100110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396050; }

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

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

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

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

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

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

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

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