Shades of Spectra #386250
Tints of Spectra #386250
RGB
CMYK
RGB Variations
Color information
#386250 (or 0x386250) is known color: Spectra. HEX triplet: 38, 62 and 50. RGB value is (56,98,80). Sum of RGB (Red+Green+Blue) = 56+98+80=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #386250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386250 is #C79DAF. Grayscale: #535353. Windows color (decimal): -13082032 or 5268024. OLE color: 5268024.
HSL color Cylindrical-coordinate representation of color #386250: hue angle of 154.29º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #386250 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 98 | 80 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.62 |
| HSL | 154.29º | 0.27% | 0.3% | - |
| HSV(B) | 154.29º | 0.43% | 0.38% | - |
| XYZ | 7.45 | 10.16 | 9.16 | - |
| YUV | 83.39 | 126.09 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 98 | 80 | 0.43 | 0 | 0.18 | 0.62 | 154.29 | 0.27 | 0.3 |
| Hex | 38 | 62 | 50 | 2B | 0 | 12 | 3E | 9A | 1B | 1E |
| Octal | 70 | 142 | 120 | 53 | 0 | 22 | 76 | 232 | 33 | 36 |
| Binary | 111000 | 1100010 | 1010000 | 101011 | 0 | 10010 | 111110 | 10011010 | 11011 | 11110 |
Color Harmonies of #386250
Complementary color
Monochromatic Colors of #386250
Black with #386250
Text Example
Text Example
White with #386250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386250; }
p { color: rgb(56,98,80); }
H1.HeaderClassName
{
color: #386250;
}
.AnyTagClassName
{
color: #386250;
}
</style>
background-color css
<style>
a { background-color: #386250; }
a { background-color: rgb(56,98,80); }
div.DivClassName
{
background-color: #386250;
}
.BgClassName
{
background-color: #386250;
}
</style>
border-color css
<style>
span { border-color: #386250; }
span { border-color: rgb(56,98,80); }
td.TdClassName
{
border-color: #386250;
}
.TagClassName
{
border-color: #386250;
}
</style>