Shades of Crusoe #164D25
Tints of Crusoe #164D25
RGB
CMYK
RGB Variations
Color information
#164D25 (or 0x164D25) is known color: Crusoe. HEX triplet: 16, 4D and 25. RGB value is (22,77,37). Sum of RGB (Red+Green+Blue) = 22+77+37=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 77 (30.47% from 255 or 56.62% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 77 - color contains mainly: green. Hex color #164D25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #164D25 is #E9B2DA. Grayscale: #383838. Windows color (decimal): -15315675 or 2444566. OLE color: 2444566.
HSL color Cylindrical-coordinate representation of color #164D25: hue angle of 136.36º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #164D25 is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 77 | 37 | - |
| CMYK | 0.71 | 0 | 0.52 | 0.70 |
| HSL | 136.36º | 0.56% | 0.19% | - |
| HSV(B) | 136.36º | 0.71% | 0.3% | - |
| XYZ | 3.32 | 5.61 | 2.66 | - |
| YUV | 56 | 117.28 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 37 | 0.71 | 0 | 0.52 | 0.70 | 136.36 | 0.56 | 0.19 |
| Hex | 16 | 4D | 25 | 47 | 0 | 34 | 46 | 88 | 38 | 13 |
| Octal | 26 | 115 | 45 | 107 | 0 | 64 | 106 | 210 | 70 | 23 |
| Binary | 10110 | 1001101 | 100101 | 1000111 | 0 | 110100 | 1000110 | 10001000 | 111000 | 10011 |
Color Harmonies of #164D25
Complementary color
Monochromatic Colors of #164D25
Black with #164D25
Text Example
Text Example
White with #164D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164D25; }
p { color: rgb(22,77,37); }
H1.HeaderClassName
{
color: #164D25;
}
.AnyTagClassName
{
color: #164D25;
}
</style>
background-color css
<style>
a { background-color: #164D25; }
a { background-color: rgb(22,77,37); }
div.DivClassName
{
background-color: #164D25;
}
.BgClassName
{
background-color: #164D25;
}
</style>
border-color css
<style>
span { border-color: #164D25; }
span { border-color: rgb(22,77,37); }
td.TdClassName
{
border-color: #164D25;
}
.TagClassName
{
border-color: #164D25;
}
</style>