Shades of Camarone #23853D
Tints of Camarone #23853D
RGB
CMYK
RGB Variations
Color information
#23853D (or 0x23853D) is known color: Camarone. HEX triplet: 23, 85 and 3D. RGB value is (35,133,61). Sum of RGB (Red+Green+Blue) = 35+133+61=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 133 (52.34% from 255 or 58.08% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 133 - color contains mainly: green. Hex color #23853D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23853D is #DC7AC2. Grayscale: #5F5F5F. Windows color (decimal): -14449347 or 4031779. OLE color: 4031779.
HSL color Cylindrical-coordinate representation of color #23853D: hue angle of 135.92º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #23853D is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 133 | 61 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.48 |
| HSL | 135.92º | 0.58% | 0.33% | - |
| HSV(B) | 135.92º | 0.74% | 0.52% | - |
| XYZ | 9.92 | 17.47 | 7.26 | - |
| YUV | 95.49 | 108.53 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 133 | 61 | 0.74 | 0 | 0.54 | 0.48 | 135.92 | 0.58 | 0.33 |
| Hex | 23 | 85 | 3D | 4A | 0 | 36 | 30 | 88 | 3A | 21 |
| Octal | 43 | 205 | 75 | 112 | 0 | 66 | 60 | 210 | 72 | 41 |
| Binary | 100011 | 10000101 | 111101 | 1001010 | 0 | 110110 | 110000 | 10001000 | 111010 | 100001 |
Color Harmonies of #23853D
Complementary color
Monochromatic Colors of #23853D
Black with #23853D
Text Example
Text Example
White with #23853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23853D; }
p { color: rgb(35,133,61); }
H1.HeaderClassName
{
color: #23853D;
}
.AnyTagClassName
{
color: #23853D;
}
</style>
background-color css
<style>
a { background-color: #23853D; }
a { background-color: rgb(35,133,61); }
div.DivClassName
{
background-color: #23853D;
}
.BgClassName
{
background-color: #23853D;
}
</style>
border-color css
<style>
span { border-color: #23853D; }
span { border-color: rgb(35,133,61); }
td.TdClassName
{
border-color: #23853D;
}
.TagClassName
{
border-color: #23853D;
}
</style>