Shades of Camarone #0D772D
Tints of Camarone #0D772D
RGB
CMYK
RGB Variations
Color information
#0D772D (or 0x0D772D) is known color: Camarone. HEX triplet: 0D, 77 and 2D. RGB value is (13,119,45). Sum of RGB (Red+Green+Blue) = 13+119+45=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 119 (46.88% from 255 or 67.23% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 119 - color contains mainly: green. Hex color #0D772D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D772D is #F288D2. Grayscale: #4F4F4F. Windows color (decimal): -15894739 or 2979597. OLE color: 2979597.
HSL color Cylindrical-coordinate representation of color #0D772D: hue angle of 138.11º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D772D is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 119 | 45 | - |
| CMYK | 0.89 | 0 | 0.62 | 0.53 |
| HSL | 138.11º | 0.8% | 0.26% | - |
| HSV(B) | 138.11º | 0.89% | 0.47% | - |
| XYZ | 7.24 | 13.47 | 4.7 | - |
| YUV | 78.87 | 108.88 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 119 | 45 | 0.89 | 0 | 0.62 | 0.53 | 138.11 | 0.8 | 0.26 |
| Hex | D | 77 | 2D | 59 | 0 | 3E | 35 | 8A | 50 | 1A |
| Octal | 15 | 167 | 55 | 131 | 0 | 76 | 65 | 212 | 120 | 32 |
| Binary | 1101 | 1110111 | 101101 | 1011001 | 0 | 111110 | 110101 | 10001010 | 1010000 | 11010 |
Color Harmonies of #0D772D
Complementary color
Monochromatic Colors of #0D772D
Black with #0D772D
Text Example
Text Example
White with #0D772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D772D; }
p { color: rgb(13,119,45); }
H1.HeaderClassName
{
color: #0D772D;
}
.AnyTagClassName
{
color: #0D772D;
}
</style>
background-color css
<style>
a { background-color: #0D772D; }
a { background-color: rgb(13,119,45); }
div.DivClassName
{
background-color: #0D772D;
}
.BgClassName
{
background-color: #0D772D;
}
</style>
border-color css
<style>
span { border-color: #0D772D; }
span { border-color: rgb(13,119,45); }
td.TdClassName
{
border-color: #0D772D;
}
.TagClassName
{
border-color: #0D772D;
}
</style>