Shades of Camarone #0D7228
Tints of Camarone #0D7228
RGB
CMYK
RGB Variations
Color information
#0D7228 (or 0x0D7228) is known color: Camarone. HEX triplet: 0D, 72 and 28. RGB value is (13,114,40). Sum of RGB (Red+Green+Blue) = 13+114+40=167 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.78% from 167); Green value is 114 (44.92% from 255 or 68.26% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 114 - color contains mainly: green. Hex color #0D7228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7228 is #F28DD7. Grayscale: #4B4B4B. Windows color (decimal): -15896024 or 2650637. OLE color: 2650637.
HSL color Cylindrical-coordinate representation of color #0D7228: hue angle of 136.04º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7228 is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 114 | 40 | - |
| CMYK | 0.89 | 0 | 0.65 | 0.55 |
| HSL | 136.04º | 0.8% | 0.25% | - |
| HSV(B) | 136.04º | 0.89% | 0.45% | - |
| XYZ | 6.57 | 12.27 | 4.03 | - |
| YUV | 75.37 | 108.04 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 114 | 40 | 0.89 | 0 | 0.65 | 0.55 | 136.04 | 0.8 | 0.25 |
| Hex | D | 72 | 28 | 59 | 0 | 41 | 37 | 88 | 50 | 19 |
| Octal | 15 | 162 | 50 | 131 | 0 | 101 | 67 | 210 | 120 | 31 |
| Binary | 1101 | 1110010 | 101000 | 1011001 | 0 | 1000001 | 110111 | 10001000 | 1010000 | 11001 |
Color Harmonies of #0D7228
Complementary color
Monochromatic Colors of #0D7228
Black with #0D7228
Text Example
Text Example
White with #0D7228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7228; }
p { color: rgb(13,114,40); }
H1.HeaderClassName
{
color: #0D7228;
}
.AnyTagClassName
{
color: #0D7228;
}
</style>
background-color css
<style>
a { background-color: #0D7228; }
a { background-color: rgb(13,114,40); }
div.DivClassName
{
background-color: #0D7228;
}
.BgClassName
{
background-color: #0D7228;
}
</style>
border-color css
<style>
span { border-color: #0D7228; }
span { border-color: rgb(13,114,40); }
td.TdClassName
{
border-color: #0D7228;
}
.TagClassName
{
border-color: #0D7228;
}
</style>