Shades of Camarone #256B34
Tints of Camarone #256B34
RGB
CMYK
RGB Variations
Color information
#256B34 (or 0x256B34) is known color: Camarone. HEX triplet: 25, 6B and 34. RGB value is (37,107,52). Sum of RGB (Red+Green+Blue) = 37+107+52=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 107 (42.19% from 255 or 54.59% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 107 - color contains mainly: green. Hex color #256B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256B34 is #DA94CB. Grayscale: #4F4F4F. Windows color (decimal): -14324940 or 3435301. OLE color: 3435301.
HSL color Cylindrical-coordinate representation of color #256B34: hue angle of 132.86º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #256B34 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 107 | 52 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.58 |
| HSL | 132.86º | 0.49% | 0.28% | - |
| HSV(B) | 132.86º | 0.65% | 0.42% | - |
| XYZ | 6.64 | 11.16 | 5.05 | - |
| YUV | 79.8 | 112.31 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 52 | 0.65 | 0 | 0.51 | 0.58 | 132.86 | 0.49 | 0.28 |
| Hex | 25 | 6B | 34 | 41 | 0 | 33 | 3A | 85 | 31 | 1C |
| Octal | 45 | 153 | 64 | 101 | 0 | 63 | 72 | 205 | 61 | 34 |
| Binary | 100101 | 1101011 | 110100 | 1000001 | 0 | 110011 | 111010 | 10000101 | 110001 | 11100 |
Color Harmonies of #256B34
Complementary color
Monochromatic Colors of #256B34
Black with #256B34
Text Example
Text Example
White with #256B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256B34; }
p { color: rgb(37,107,52); }
H1.HeaderClassName
{
color: #256B34;
}
.AnyTagClassName
{
color: #256B34;
}
</style>
background-color css
<style>
a { background-color: #256B34; }
a { background-color: rgb(37,107,52); }
div.DivClassName
{
background-color: #256B34;
}
.BgClassName
{
background-color: #256B34;
}
</style>
border-color css
<style>
span { border-color: #256B34; }
span { border-color: rgb(37,107,52); }
td.TdClassName
{
border-color: #256B34;
}
.TagClassName
{
border-color: #256B34;
}
</style>