Shades of Crusoe #175333
Tints of Crusoe #175333
RGB
CMYK
RGB Variations
Color information
#175333 (or 0x175333) is known color: Crusoe. HEX triplet: 17, 53 and 33. RGB value is (23,83,51). Sum of RGB (Red+Green+Blue) = 23+83+51=157 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.65% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 51 (20.31% from 255 or 32.48% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #175333 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175333 is #E8ACCC. Grayscale: #3D3D3D. Windows color (decimal): -15248589 or 3363607. OLE color: 3363607.
HSL color Cylindrical-coordinate representation of color #175333: hue angle of 148º 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 #175333 is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 83 | 51 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.67 |
| HSL | 148º | 0.57% | 0.21% | - |
| HSV(B) | 148º | 0.72% | 0.33% | - |
| XYZ | 4.04 | 6.61 | 4.19 | - |
| YUV | 61.41 | 122.12 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 83 | 51 | 0.72 | 0 | 0.39 | 0.67 | 148 | 0.57 | 0.21 |
| Hex | 17 | 53 | 33 | 48 | 0 | 27 | 43 | 94 | 39 | 15 |
| Octal | 27 | 123 | 63 | 110 | 0 | 47 | 103 | 224 | 71 | 25 |
| Binary | 10111 | 1010011 | 110011 | 1001000 | 0 | 100111 | 1000011 | 10010100 | 111001 | 10101 |
Color Harmonies of #175333
Complementary color
Monochromatic Colors of #175333
Black with #175333
Text Example
Text Example
White with #175333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175333; }
p { color: rgb(23,83,51); }
H1.HeaderClassName
{
color: #175333;
}
.AnyTagClassName
{
color: #175333;
}
</style>
background-color css
<style>
a { background-color: #175333; }
a { background-color: rgb(23,83,51); }
div.DivClassName
{
background-color: #175333;
}
.BgClassName
{
background-color: #175333;
}
</style>
border-color css
<style>
span { border-color: #175333; }
span { border-color: rgb(23,83,51); }
td.TdClassName
{
border-color: #175333;
}
.TagClassName
{
border-color: #175333;
}
</style>