#386550

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

Shades of Spectra #386550

Tints of Spectra #386550

Color information

#386550 (or 0x386550) is unknown color: approx Spectra. HEX triplet: 38, 65 and 50. RGB value is (56,101,80). Sum of RGB (Red+Green+Blue) = 56+101+80=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 101 - color contains mainly: green. Hex color #386550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386550 is #C79AAF. Grayscale: #555555. Windows color (decimal): -13081264 or 5268792. OLE color: 5268792.

HSL color Cylindrical-coordinate representation of color #386550: hue angle of 152º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #386550 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB5610180-
CMYK0.4500.210.60
HSL152º28.66%30.78%-
HSV(B)152º44.55%39.61%-
XYZ7.7310.739.25-
YUV85.15125.09107.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.63%
GREEN value IS 101 (39.84% from 255) = 42.62%
BLUE value IS 80 (31.64% from 255) = 33.76%
R=23.63%
G=42.62%
B=33.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56101800.4500.210.6015228.6630.78
Hex3865502D0153C981d1f
Octal7014512055025742303537
Binary11100011001011010000101101010101111100100110001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386550; }

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

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

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

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

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

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

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

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