Shades of Crusoe #185422
Tints of Crusoe #185422
RGB
CMYK
RGB Variations
Color information
#185422 (or 0x185422) is known color: Crusoe. HEX triplet: 18, 54 and 22. RGB value is (24,84,34). Sum of RGB (Red+Green+Blue) = 24+84+34=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 84 (33.20% from 255 or 59.15% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 84 - color contains mainly: green. Hex color #185422 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185422 is #E7ABDD. Grayscale: #3C3C3C. Windows color (decimal): -15182814 or 2249752. OLE color: 2249752.
HSL color Cylindrical-coordinate representation of color #185422: hue angle of 130º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #185422 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 84 | 34 | - |
| CMYK | 0.71 | 0 | 0.60 | 0.67 |
| HSL | 130º | 0.56% | 0.21% | - |
| HSV(B) | 130º | 0.71% | 0.33% | - |
| XYZ | 3.84 | 6.65 | 2.59 | - |
| YUV | 60.36 | 113.12 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 84 | 34 | 0.71 | 0 | 0.60 | 0.67 | 130 | 0.56 | 0.21 |
| Hex | 18 | 54 | 22 | 47 | 0 | 3C | 43 | 82 | 38 | 15 |
| Octal | 30 | 124 | 42 | 107 | 0 | 74 | 103 | 202 | 70 | 25 |
| Binary | 11000 | 1010100 | 100010 | 1000111 | 0 | 111100 | 1000011 | 10000010 | 111000 | 10101 |
Color Harmonies of #185422
Complementary color
Monochromatic Colors of #185422
Black with #185422
Text Example
Text Example
White with #185422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185422; }
p { color: rgb(24,84,34); }
H1.HeaderClassName
{
color: #185422;
}
.AnyTagClassName
{
color: #185422;
}
</style>
background-color css
<style>
a { background-color: #185422; }
a { background-color: rgb(24,84,34); }
div.DivClassName
{
background-color: #185422;
}
.BgClassName
{
background-color: #185422;
}
</style>
border-color css
<style>
span { border-color: #185422; }
span { border-color: rgb(24,84,34); }
td.TdClassName
{
border-color: #185422;
}
.TagClassName
{
border-color: #185422;
}
</style>