Shades of Bottle Green #234535
Tints of Bottle Green #234535
RGB
CMYK
RGB Variations
Color information
#234535 (or 0x234535) is known color: Bottle Green. HEX triplet: 23, 45 and 35. RGB value is (35,69,53). Sum of RGB (Red+Green+Blue) = 35+69+53=157 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.29% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 69 - color contains mainly: green. Hex color #234535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234535 is #DCBACA. Grayscale: #393939. Windows color (decimal): -14465739 or 3491107. OLE color: 3491107.
HSL color Cylindrical-coordinate representation of color #234535: hue angle of 151.76º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #234535 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 69 | 53 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.73 |
| HSL | 151.76º | 0.33% | 0.2% | - |
| HSV(B) | 151.76º | 0.49% | 0.27% | - |
| XYZ | 3.46 | 4.87 | 4.13 | - |
| YUV | 57.01 | 125.74 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 69 | 53 | 0.49 | 0 | 0.23 | 0.73 | 151.76 | 0.33 | 0.2 |
| Hex | 23 | 45 | 35 | 31 | 0 | 17 | 49 | 98 | 21 | 14 |
| Octal | 43 | 105 | 65 | 61 | 0 | 27 | 111 | 230 | 41 | 24 |
| Binary | 100011 | 1000101 | 110101 | 110001 | 0 | 10111 | 1001001 | 10011000 | 100001 | 10100 |
Color Harmonies of #234535
Complementary color
Monochromatic Colors of #234535
Black with #234535
Text Example
Text Example
White with #234535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234535; }
p { color: rgb(35,69,53); }
H1.HeaderClassName
{
color: #234535;
}
.AnyTagClassName
{
color: #234535;
}
</style>
background-color css
<style>
a { background-color: #234535; }
a { background-color: rgb(35,69,53); }
div.DivClassName
{
background-color: #234535;
}
.BgClassName
{
background-color: #234535;
}
</style>
border-color css
<style>
span { border-color: #234535; }
span { border-color: rgb(35,69,53); }
td.TdClassName
{
border-color: #234535;
}
.TagClassName
{
border-color: #234535;
}
</style>