Shades of Camarone #23823D
Tints of Camarone #23823D
RGB
CMYK
RGB Variations
Color information
#23823D (or 0x23823D) is known color: Camarone. HEX triplet: 23, 82 and 3D. RGB value is (35,130,61). Sum of RGB (Red+Green+Blue) = 35+130+61=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 130 (51.17% from 255 or 57.52% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 130 - color contains mainly: green. Hex color #23823D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23823D is #DC7DC2. Grayscale: #5D5D5D. Windows color (decimal): -14450115 or 4031011. OLE color: 4031011.
HSL color Cylindrical-coordinate representation of color #23823D: hue angle of 136.42º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #23823D is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 130 | 61 | - |
| CMYK | 0.73 | 0 | 0.53 | 0.49 |
| HSL | 136.42º | 0.58% | 0.32% | - |
| HSV(B) | 136.42º | 0.73% | 0.51% | - |
| XYZ | 9.52 | 16.66 | 7.13 | - |
| YUV | 93.73 | 109.53 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 130 | 61 | 0.73 | 0 | 0.53 | 0.49 | 136.42 | 0.58 | 0.32 |
| Hex | 23 | 82 | 3D | 49 | 0 | 35 | 31 | 88 | 3A | 20 |
| Octal | 43 | 202 | 75 | 111 | 0 | 65 | 61 | 210 | 72 | 40 |
| Binary | 100011 | 10000010 | 111101 | 1001001 | 0 | 110101 | 110001 | 10001000 | 111010 | 100000 |
Color Harmonies of #23823D
Complementary color
Monochromatic Colors of #23823D
Black with #23823D
Text Example
Text Example
White with #23823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23823D; }
p { color: rgb(35,130,61); }
H1.HeaderClassName
{
color: #23823D;
}
.AnyTagClassName
{
color: #23823D;
}
</style>
background-color css
<style>
a { background-color: #23823D; }
a { background-color: rgb(35,130,61); }
div.DivClassName
{
background-color: #23823D;
}
.BgClassName
{
background-color: #23823D;
}
</style>
border-color css
<style>
span { border-color: #23823D; }
span { border-color: rgb(35,130,61); }
td.TdClassName
{
border-color: #23823D;
}
.TagClassName
{
border-color: #23823D;
}
</style>