#386050

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

Shades of Spectra #386050

Tints of Spectra #386050

Color information

#386050 (or 0x386050) is unknown color: approx Spectra. HEX triplet: 38, 60 and 50. RGB value is (56,96,80). Sum of RGB (Red+Green+Blue) = 56+96+80=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #386050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386050 is #C79FAF. Grayscale: #525252. Windows color (decimal): -13082544 or 5267512. OLE color: 5267512.

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

Color convert

RGB569680-
CMYK0.4200.170.62
HSL156º26.32%29.8%-
HSV(B)156º41.67%37.65%-
XYZ7.269.799.1-
YUV82.22126.75109.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.14%
GREEN value IS 96 (37.89% from 255) = 41.38%
BLUE value IS 80 (31.64% from 255) = 34.48%
R=24.14%
G=41.38%
B=34.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696800.4200.170.6215626.3229.8
Hex3860502A0113E9c1a1e
Octal7014012052021762343236
Binary11100011000001010000101010010001111110100111001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386050; }

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

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

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

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

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

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

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

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