Shades of Crusoe #175324
Tints of Crusoe #175324
RGB
CMYK
RGB Variations
Color information
#175324 (or 0x175324) is known color: Crusoe. HEX triplet: 17, 53 and 24. RGB value is (23,83,36). Sum of RGB (Red+Green+Blue) = 23+83+36=142 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.20% from 142); Green value is 83 (32.81% from 255 or 58.45% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 83 - color contains mainly: green. Hex color #175324 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175324 is #E8ACDB. Grayscale: #3B3B3B. Windows color (decimal): -15248604 or 2380567. OLE color: 2380567.
HSL color Cylindrical-coordinate representation of color #175324: hue angle of 133º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #175324 is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 83 | 36 | - |
| CMYK | 0.72 | 0 | 0.57 | 0.67 |
| HSL | 133º | 0.57% | 0.21% | - |
| HSV(B) | 133º | 0.72% | 0.33% | - |
| XYZ | 3.77 | 6.5 | 2.72 | - |
| YUV | 59.7 | 114.62 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 83 | 36 | 0.72 | 0 | 0.57 | 0.67 | 133 | 0.57 | 0.21 |
| Hex | 17 | 53 | 24 | 48 | 0 | 39 | 43 | 85 | 39 | 15 |
| Octal | 27 | 123 | 44 | 110 | 0 | 71 | 103 | 205 | 71 | 25 |
| Binary | 10111 | 1010011 | 100100 | 1001000 | 0 | 111001 | 1000011 | 10000101 | 111001 | 10101 |
Color Harmonies of #175324
Complementary color
Monochromatic Colors of #175324
Black with #175324
Text Example
Text Example
White with #175324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175324; }
p { color: rgb(23,83,36); }
H1.HeaderClassName
{
color: #175324;
}
.AnyTagClassName
{
color: #175324;
}
</style>
background-color css
<style>
a { background-color: #175324; }
a { background-color: rgb(23,83,36); }
div.DivClassName
{
background-color: #175324;
}
.BgClassName
{
background-color: #175324;
}
</style>
border-color css
<style>
span { border-color: #175324; }
span { border-color: rgb(23,83,36); }
td.TdClassName
{
border-color: #175324;
}
.TagClassName
{
border-color: #175324;
}
</style>