Shades of Camarone #256334
Tints of Camarone #256334
RGB
CMYK
RGB Variations
Color information
#256334 (or 0x256334) is known color: Camarone. HEX triplet: 25, 63 and 34. RGB value is (37,99,52). Sum of RGB (Red+Green+Blue) = 37+99+52=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 99 (39.06% from 255 or 52.66% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 99 - color contains mainly: green. Hex color #256334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256334 is #DA9CCB. Grayscale: #4B4B4B. Windows color (decimal): -14326988 or 3433253. OLE color: 3433253.
HSL color Cylindrical-coordinate representation of color #256334: hue angle of 134.52º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #256334 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 99 | 52 | - |
| CMYK | 0.63 | 0 | 0.47 | 0.61 |
| HSL | 134.52º | 0.46% | 0.27% | - |
| HSV(B) | 134.52º | 0.63% | 0.39% | - |
| XYZ | 5.84 | 9.56 | 4.79 | - |
| YUV | 75.1 | 114.96 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 99 | 52 | 0.63 | 0 | 0.47 | 0.61 | 134.52 | 0.46 | 0.27 |
| Hex | 25 | 63 | 34 | 3F | 0 | 2F | 3D | 87 | 2E | 1B |
| Octal | 45 | 143 | 64 | 77 | 0 | 57 | 75 | 207 | 56 | 33 |
| Binary | 100101 | 1100011 | 110100 | 111111 | 0 | 101111 | 111101 | 10000111 | 101110 | 11011 |
Color Harmonies of #256334
Complementary color
Monochromatic Colors of #256334
Black with #256334
Text Example
Text Example
White with #256334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256334; }
p { color: rgb(37,99,52); }
H1.HeaderClassName
{
color: #256334;
}
.AnyTagClassName
{
color: #256334;
}
</style>
background-color css
<style>
a { background-color: #256334; }
a { background-color: rgb(37,99,52); }
div.DivClassName
{
background-color: #256334;
}
.BgClassName
{
background-color: #256334;
}
</style>
border-color css
<style>
span { border-color: #256334; }
span { border-color: rgb(37,99,52); }
td.TdClassName
{
border-color: #256334;
}
.TagClassName
{
border-color: #256334;
}
</style>