Shades of County Green #23533D
Tints of County Green #23533D
RGB
CMYK
RGB Variations
Color information
#23533D (or 0x23533D) is known color: County Green. HEX triplet: 23, 53 and 3D. RGB value is (35,83,61). Sum of RGB (Red+Green+Blue) = 35+83+61=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #23533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23533D is #DCACC2. Grayscale: #424242. Windows color (decimal): -14462147 or 4018979. OLE color: 4018979.
HSL color Cylindrical-coordinate representation of color #23533D: hue angle of 152.5º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #23533D is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 83 | 61 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.67 |
| HSL | 152.5º | 0.41% | 0.23% | - |
| HSV(B) | 152.5º | 0.58% | 0.33% | - |
| XYZ | 4.63 | 6.88 | 5.5 | - |
| YUV | 66.14 | 125.1 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 83 | 61 | 0.58 | 0 | 0.27 | 0.67 | 152.5 | 0.41 | 0.23 |
| Hex | 23 | 53 | 3D | 3A | 0 | 1B | 43 | 98 | 29 | 17 |
| Octal | 43 | 123 | 75 | 72 | 0 | 33 | 103 | 230 | 51 | 27 |
| Binary | 100011 | 1010011 | 111101 | 111010 | 0 | 11011 | 1000011 | 10011000 | 101001 | 10111 |
Color Harmonies of #23533D
Complementary color
Monochromatic Colors of #23533D
Black with #23533D
Text Example
Text Example
White with #23533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23533D; }
p { color: rgb(35,83,61); }
H1.HeaderClassName
{
color: #23533D;
}
.AnyTagClassName
{
color: #23533D;
}
</style>
background-color css
<style>
a { background-color: #23533D; }
a { background-color: rgb(35,83,61); }
div.DivClassName
{
background-color: #23533D;
}
.BgClassName
{
background-color: #23533D;
}
</style>
border-color css
<style>
span { border-color: #23533D; }
span { border-color: rgb(35,83,61); }
td.TdClassName
{
border-color: #23533D;
}
.TagClassName
{
border-color: #23533D;
}
</style>