Shades of Camarone #256C3D
Tints of Camarone #256C3D
RGB
CMYK
RGB Variations
Color information
#256C3D (or 0x256C3D) is known color: Camarone. HEX triplet: 25, 6C and 3D. RGB value is (37,108,61). Sum of RGB (Red+Green+Blue) = 37+108+61=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 108 (42.58% from 255 or 52.43% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 108 - color contains mainly: green. Hex color #256C3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256C3D is #DA93C2. Grayscale: #515151. Windows color (decimal): -14324675 or 4025381. OLE color: 4025381.
HSL color Cylindrical-coordinate representation of color #256C3D: hue angle of 140.28º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #256C3D is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 108 | 61 | - |
| CMYK | 0.66 | 0 | 0.44 | 0.58 |
| HSL | 140.28º | 0.49% | 0.28% | - |
| HSV(B) | 140.28º | 0.66% | 0.42% | - |
| XYZ | 6.97 | 11.46 | 6.26 | - |
| YUV | 81.41 | 116.48 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 108 | 61 | 0.66 | 0 | 0.44 | 0.58 | 140.28 | 0.49 | 0.28 |
| Hex | 25 | 6C | 3D | 42 | 0 | 2C | 3A | 8C | 31 | 1C |
| Octal | 45 | 154 | 75 | 102 | 0 | 54 | 72 | 214 | 61 | 34 |
| Binary | 100101 | 1101100 | 111101 | 1000010 | 0 | 101100 | 111010 | 10001100 | 110001 | 11100 |
Color Harmonies of #256C3D
Complementary color
Monochromatic Colors of #256C3D
Black with #256C3D
Text Example
Text Example
White with #256C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256C3D; }
p { color: rgb(37,108,61); }
H1.HeaderClassName
{
color: #256C3D;
}
.AnyTagClassName
{
color: #256C3D;
}
</style>
background-color css
<style>
a { background-color: #256C3D; }
a { background-color: rgb(37,108,61); }
div.DivClassName
{
background-color: #256C3D;
}
.BgClassName
{
background-color: #256C3D;
}
</style>
border-color css
<style>
span { border-color: #256C3D; }
span { border-color: rgb(37,108,61); }
td.TdClassName
{
border-color: #256C3D;
}
.TagClassName
{
border-color: #256C3D;
}
</style>