Shades of Camarone #245D33
Tints of Camarone #245D33
RGB
CMYK
RGB Variations
Color information
#245D33 (or 0x245D33) is known color: Camarone. HEX triplet: 24, 5D and 33. RGB value is (36,93,51). Sum of RGB (Red+Green+Blue) = 36+93+51=180 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20% from 180); Green value is 93 (36.72% from 255 or 51.67% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 93 - color contains mainly: green. Hex color #245D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245D33 is #DBA2CC. Grayscale: #474747. Windows color (decimal): -14394061 or 3366180. OLE color: 3366180.
HSL color Cylindrical-coordinate representation of color #245D33: hue angle of 135.79º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #245D33 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 93 | 51 | - |
| CMYK | 0.61 | 0 | 0.45 | 0.64 |
| HSL | 135.79º | 0.44% | 0.25% | - |
| HSV(B) | 135.79º | 0.61% | 0.36% | - |
| XYZ | 5.24 | 8.44 | 4.49 | - |
| YUV | 71.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 51 | 0.61 | 0 | 0.45 | 0.64 | 135.79 | 0.44 | 0.25 |
| Hex | 24 | 5D | 33 | 3D | 0 | 2D | 40 | 88 | 2C | 19 |
| Octal | 44 | 135 | 63 | 75 | 0 | 55 | 100 | 210 | 54 | 31 |
| Binary | 100100 | 1011101 | 110011 | 111101 | 0 | 101101 | 1000000 | 10001000 | 101100 | 11001 |
Color Harmonies of #245D33
Complementary color
Monochromatic Colors of #245D33
Black with #245D33
Text Example
Text Example
White with #245D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245D33; }
p { color: rgb(36,93,51); }
H1.HeaderClassName
{
color: #245D33;
}
.AnyTagClassName
{
color: #245D33;
}
</style>
background-color css
<style>
a { background-color: #245D33; }
a { background-color: rgb(36,93,51); }
div.DivClassName
{
background-color: #245D33;
}
.BgClassName
{
background-color: #245D33;
}
</style>
border-color css
<style>
span { border-color: #245D33; }
span { border-color: rgb(36,93,51); }
td.TdClassName
{
border-color: #245D33;
}
.TagClassName
{
border-color: #245D33;
}
</style>