Shades of Cabbage Pont #45533D
Tints of Cabbage Pont #45533D
RGB
CMYK
RGB Variations
Color information
#45533D (or 0x45533D) is known color: Cabbage Pont. HEX triplet: 45, 53 and 3D. RGB value is (69,83,61). Sum of RGB (Red+Green+Blue) = 69+83+61=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 83 - color contains mainly: green. Hex color #45533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45533D is #BAACC2. Grayscale: #4C4C4C. Windows color (decimal): -12233923 or 4019013. OLE color: 4019013.
HSL color Cylindrical-coordinate representation of color #45533D: hue angle of 98.18º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #45533D is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 83 | 61 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.67 |
| HSL | 98.18º | 0.15% | 0.28% | - |
| HSV(B) | 98.18º | 0.27% | 0.33% | - |
| XYZ | 6.39 | 7.79 | 5.58 | - |
| YUV | 76.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 61 | 0.17 | 0 | 0.27 | 0.67 | 98.18 | 0.15 | 0.28 |
| Hex | 45 | 53 | 3D | 11 | 0 | 1B | 43 | 62 | F | 1C |
| Octal | 105 | 123 | 75 | 21 | 0 | 33 | 103 | 142 | 17 | 34 |
| Binary | 1000101 | 1010011 | 111101 | 10001 | 0 | 11011 | 1000011 | 1100010 | 1111 | 11100 |
Color Harmonies of #45533D
Complementary color
Monochromatic Colors of #45533D
Black with #45533D
Text Example
Text Example
White with #45533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45533D; }
p { color: rgb(69,83,61); }
H1.HeaderClassName
{
color: #45533D;
}
.AnyTagClassName
{
color: #45533D;
}
</style>
background-color css
<style>
a { background-color: #45533D; }
a { background-color: rgb(69,83,61); }
div.DivClassName
{
background-color: #45533D;
}
.BgClassName
{
background-color: #45533D;
}
</style>
border-color css
<style>
span { border-color: #45533D; }
span { border-color: rgb(69,83,61); }
td.TdClassName
{
border-color: #45533D;
}
.TagClassName
{
border-color: #45533D;
}
</style>