Shades of Crusoe #165023
Tints of Crusoe #165023
RGB
CMYK
RGB Variations
Color information
#165023 (or 0x165023) is known color: Crusoe. HEX triplet: 16, 50 and 23. RGB value is (22,80,35). Sum of RGB (Red+Green+Blue) = 22+80+35=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 80 (31.64% from 255 or 58.39% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 80 - color contains mainly: green. Hex color #165023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165023 is #E9AFDC. Grayscale: #393939. Windows color (decimal): -15314909 or 2314262. OLE color: 2314262.
HSL color Cylindrical-coordinate representation of color #165023: hue angle of 133.45º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165023 is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 80 | 35 | - |
| CMYK | 0.72 | 0 | 0.56 | 0.69 |
| HSL | 133.45º | 0.57% | 0.2% | - |
| HSV(B) | 133.45º | 0.73% | 0.31% | - |
| XYZ | 3.5 | 6.03 | 2.57 | - |
| YUV | 57.53 | 115.28 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 35 | 0.72 | 0 | 0.56 | 0.69 | 133.45 | 0.57 | 0.2 |
| Hex | 16 | 50 | 23 | 48 | 0 | 38 | 45 | 85 | 39 | 14 |
| Octal | 26 | 120 | 43 | 110 | 0 | 70 | 105 | 205 | 71 | 24 |
| Binary | 10110 | 1010000 | 100011 | 1001000 | 0 | 111000 | 1000101 | 10000101 | 111001 | 10100 |
Color Harmonies of #165023
Complementary color
Monochromatic Colors of #165023
Black with #165023
Text Example
Text Example
White with #165023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165023; }
p { color: rgb(22,80,35); }
H1.HeaderClassName
{
color: #165023;
}
.AnyTagClassName
{
color: #165023;
}
</style>
background-color css
<style>
a { background-color: #165023; }
a { background-color: rgb(22,80,35); }
div.DivClassName
{
background-color: #165023;
}
.BgClassName
{
background-color: #165023;
}
</style>
border-color css
<style>
span { border-color: #165023; }
span { border-color: rgb(22,80,35); }
td.TdClassName
{
border-color: #165023;
}
.TagClassName
{
border-color: #165023;
}
</style>