Shades of Camarone #256933
Tints of Camarone #256933
RGB
CMYK
RGB Variations
Color information
#256933 (or 0x256933) is known color: Camarone. HEX triplet: 25, 69 and 33. RGB value is (37,105,51). Sum of RGB (Red+Green+Blue) = 37+105+51=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 105 (41.41% from 255 or 54.40% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 105 - color contains mainly: green. Hex color #256933 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256933 is #DA96CC. Grayscale: #4E4E4E. Windows color (decimal): -14325453 or 3369253. OLE color: 3369253.
HSL color Cylindrical-coordinate representation of color #256933: hue angle of 132.35º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #256933 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 105 | 51 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.59 |
| HSL | 132.35º | 0.48% | 0.28% | - |
| HSV(B) | 132.35º | 0.65% | 0.41% | - |
| XYZ | 6.41 | 10.74 | 4.87 | - |
| YUV | 78.51 | 112.47 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 105 | 51 | 0.65 | 0 | 0.51 | 0.59 | 132.35 | 0.48 | 0.28 |
| Hex | 25 | 69 | 33 | 41 | 0 | 33 | 3B | 84 | 30 | 1C |
| Octal | 45 | 151 | 63 | 101 | 0 | 63 | 73 | 204 | 60 | 34 |
| Binary | 100101 | 1101001 | 110011 | 1000001 | 0 | 110011 | 111011 | 10000100 | 110000 | 11100 |
Color Harmonies of #256933
Complementary color
Monochromatic Colors of #256933
Black with #256933
Text Example
Text Example
White with #256933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256933; }
p { color: rgb(37,105,51); }
H1.HeaderClassName
{
color: #256933;
}
.AnyTagClassName
{
color: #256933;
}
</style>
background-color css
<style>
a { background-color: #256933; }
a { background-color: rgb(37,105,51); }
div.DivClassName
{
background-color: #256933;
}
.BgClassName
{
background-color: #256933;
}
</style>
border-color css
<style>
span { border-color: #256933; }
span { border-color: rgb(37,105,51); }
td.TdClassName
{
border-color: #256933;
}
.TagClassName
{
border-color: #256933;
}
</style>