Shades of Camarone #17752F
Tints of Camarone #17752F
RGB
CMYK
RGB Variations
Color information
#17752F (or 0x17752F) is known color: Camarone. HEX triplet: 17, 75 and 2F. RGB value is (23,117,47). Sum of RGB (Red+Green+Blue) = 23+117+47=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 117 (46.09% from 255 or 62.57% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 117 - color contains mainly: green. Hex color #17752F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17752F is #E88AD0. Grayscale: #515151. Windows color (decimal): -15239889 or 3110167. OLE color: 3110167.
HSL color Cylindrical-coordinate representation of color #17752F: hue angle of 135.32º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #17752F is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 23 | 117 | 47 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.54 |
| HSL | 135.32º | 0.67% | 0.27% | - |
| HSV(B) | 135.32º | 0.8% | 0.46% | - |
| XYZ | 7.23 | 13.11 | 4.84 | - |
| YUV | 80.91 | 108.86 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 117 | 47 | 0.80 | 0 | 0.60 | 0.54 | 135.32 | 0.67 | 0.27 |
| Hex | 17 | 75 | 2F | 50 | 0 | 3C | 36 | 87 | 43 | 1B |
| Octal | 27 | 165 | 57 | 120 | 0 | 74 | 66 | 207 | 103 | 33 |
| Binary | 10111 | 1110101 | 101111 | 1010000 | 0 | 111100 | 110110 | 10000111 | 1000011 | 11011 |
Color Harmonies of #17752F
Complementary color
Monochromatic Colors of #17752F
Black with #17752F
Text Example
Text Example
White with #17752F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17752F; }
p { color: rgb(23,117,47); }
H1.HeaderClassName
{
color: #17752F;
}
.AnyTagClassName
{
color: #17752F;
}
</style>
background-color css
<style>
a { background-color: #17752F; }
a { background-color: rgb(23,117,47); }
div.DivClassName
{
background-color: #17752F;
}
.BgClassName
{
background-color: #17752F;
}
</style>
border-color css
<style>
span { border-color: #17752F; }
span { border-color: rgb(23,117,47); }
td.TdClassName
{
border-color: #17752F;
}
.TagClassName
{
border-color: #17752F;
}
</style>