Shades of Camarone #037A25
Tints of Camarone #037A25
RGB
CMYK
RGB Variations
Color information
#037A25 (or 0x037A25) is known color: Camarone. HEX triplet: 03, 7A and 25. RGB value is (3,122,37). Sum of RGB (Red+Green+Blue) = 3+122+37=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 122 (48.05% from 255 or 75.31% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 122 - color contains mainly: green. Hex color #037A25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037A25 is #FC85DA. Grayscale: #4C4C4C. Windows color (decimal): -16549339 or 2456067. OLE color: 2456067.
HSL color Cylindrical-coordinate representation of color #037A25: hue angle of 137.14º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037A25 is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 122 | 37 | - |
| CMYK | 0.98 | 0 | 0.70 | 0.52 |
| HSL | 137.14º | 0.95% | 0.25% | - |
| HSV(B) | 137.14º | 0.98% | 0.48% | - |
| XYZ | 7.33 | 14.07 | 4.08 | - |
| YUV | 76.73 | 105.58 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 122 | 37 | 0.98 | 0 | 0.70 | 0.52 | 137.14 | 0.95 | 0.25 |
| Hex | 3 | 7A | 25 | 62 | 0 | 46 | 34 | 89 | 5F | 19 |
| Octal | 3 | 172 | 45 | 142 | 0 | 106 | 64 | 211 | 137 | 31 |
| Binary | 11 | 1111010 | 100101 | 1100010 | 0 | 1000110 | 110100 | 10001001 | 1011111 | 11001 |
Color Harmonies of #037A25
Complementary color
Monochromatic Colors of #037A25
Black with #037A25
Text Example
Text Example
White with #037A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037A25; }
p { color: rgb(3,122,37); }
H1.HeaderClassName
{
color: #037A25;
}
.AnyTagClassName
{
color: #037A25;
}
</style>
background-color css
<style>
a { background-color: #037A25; }
a { background-color: rgb(3,122,37); }
div.DivClassName
{
background-color: #037A25;
}
.BgClassName
{
background-color: #037A25;
}
</style>
border-color css
<style>
span { border-color: #037A25; }
span { border-color: rgb(3,122,37); }
td.TdClassName
{
border-color: #037A25;
}
.TagClassName
{
border-color: #037A25;
}
</style>