Shades of Camarone #17772F
Tints of Camarone #17772F
RGB
CMYK
RGB Variations
Color information
#17772F (or 0x17772F) is known color: Camarone. HEX triplet: 17, 77 and 2F. RGB value is (23,119,47). Sum of RGB (Red+Green+Blue) = 23+119+47=189 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.17% from 189); Green value is 119 (46.88% from 255 or 62.96% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 119 - color contains mainly: green. Hex color #17772F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17772F is #E888D0. Grayscale: #525252. Windows color (decimal): -15239377 or 3110679. OLE color: 3110679.
HSL color Cylindrical-coordinate representation of color #17772F: hue angle of 135º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17772F is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 23 | 119 | 47 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.53 |
| HSL | 135º | 0.68% | 0.28% | - |
| HSV(B) | 135º | 0.81% | 0.47% | - |
| XYZ | 7.46 | 13.58 | 4.92 | - |
| YUV | 82.09 | 108.2 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 119 | 47 | 0.81 | 0 | 0.61 | 0.53 | 135 | 0.68 | 0.28 |
| Hex | 17 | 77 | 2F | 51 | 0 | 3D | 35 | 87 | 44 | 1C |
| Octal | 27 | 167 | 57 | 121 | 0 | 75 | 65 | 207 | 104 | 34 |
| Binary | 10111 | 1110111 | 101111 | 1010001 | 0 | 111101 | 110101 | 10000111 | 1000100 | 11100 |
Color Harmonies of #17772F
Complementary color
Monochromatic Colors of #17772F
Black with #17772F
Text Example
Text Example
White with #17772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17772F; }
p { color: rgb(23,119,47); }
H1.HeaderClassName
{
color: #17772F;
}
.AnyTagClassName
{
color: #17772F;
}
</style>
background-color css
<style>
a { background-color: #17772F; }
a { background-color: rgb(23,119,47); }
div.DivClassName
{
background-color: #17772F;
}
.BgClassName
{
background-color: #17772F;
}
</style>
border-color css
<style>
span { border-color: #17772F; }
span { border-color: rgb(23,119,47); }
td.TdClassName
{
border-color: #17772F;
}
.TagClassName
{
border-color: #17772F;
}
</style>