Shades of Crusoe #165A2D
Tints of Crusoe #165A2D
RGB
CMYK
RGB Variations
Color information
#165A2D (or 0x165A2D) is known color: Crusoe. HEX triplet: 16, 5A and 2D. RGB value is (22,90,45). Sum of RGB (Red+Green+Blue) = 22+90+45=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 90 (35.55% from 255 or 57.32% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 90 - color contains mainly: green. Hex color #165A2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165A2D is #E9A5D2. Grayscale: #404040. Windows color (decimal): -15312339 or 2972182. OLE color: 2972182.
HSL color Cylindrical-coordinate representation of color #165A2D: hue angle of 140.29º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165A2D is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 90 | 45 | - |
| CMYK | 0.76 | 0 | 0.50 | 0.65 |
| HSL | 140.29º | 0.61% | 0.22% | - |
| HSV(B) | 140.29º | 0.76% | 0.35% | - |
| XYZ | 4.46 | 7.67 | 3.73 | - |
| YUV | 64.54 | 116.97 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 45 | 0.76 | 0 | 0.50 | 0.65 | 140.29 | 0.61 | 0.22 |
| Hex | 16 | 5A | 2D | 4C | 0 | 32 | 41 | 8C | 3D | 16 |
| Octal | 26 | 132 | 55 | 114 | 0 | 62 | 101 | 214 | 75 | 26 |
| Binary | 10110 | 1011010 | 101101 | 1001100 | 0 | 110010 | 1000001 | 10001100 | 111101 | 10110 |
Color Harmonies of #165A2D
Complementary color
Monochromatic Colors of #165A2D
Black with #165A2D
Text Example
Text Example
White with #165A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165A2D; }
p { color: rgb(22,90,45); }
H1.HeaderClassName
{
color: #165A2D;
}
.AnyTagClassName
{
color: #165A2D;
}
</style>
background-color css
<style>
a { background-color: #165A2D; }
a { background-color: rgb(22,90,45); }
div.DivClassName
{
background-color: #165A2D;
}
.BgClassName
{
background-color: #165A2D;
}
</style>
border-color css
<style>
span { border-color: #165A2D; }
span { border-color: rgb(22,90,45); }
td.TdClassName
{
border-color: #165A2D;
}
.TagClassName
{
border-color: #165A2D;
}
</style>