Shades of Cabbage Pont #454F3E
Tints of Cabbage Pont #454F3E
RGB
CMYK
RGB Variations
Color information
#454F3E (or 0x454F3E) is known color: Cabbage Pont. HEX triplet: 45, 4F and 3E. RGB value is (69,79,62). Sum of RGB (Red+Green+Blue) = 69+79+62=210 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.86% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 79 - color contains mainly: green. Hex color #454F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454F3E is #BAB0C1. Grayscale: #4A4A4A. Windows color (decimal): -12234946 or 4083525. OLE color: 4083525.
HSL color Cylindrical-coordinate representation of color #454F3E: hue angle of 95.29º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #454F3E is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 79 | 62 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.69 |
| HSL | 95.29º | 0.12% | 0.28% | - |
| HSV(B) | 95.29º | 0.22% | 0.31% | - |
| XYZ | 6.12 | 7.2 | 5.63 | - |
| YUV | 74.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 79 | 62 | 0.13 | 0 | 0.22 | 0.69 | 95.29 | 0.12 | 0.28 |
| Hex | 45 | 4F | 3E | D | 0 | 16 | 45 | 5F | C | 1C |
| Octal | 105 | 117 | 76 | 15 | 0 | 26 | 105 | 137 | 14 | 34 |
| Binary | 1000101 | 1001111 | 111110 | 1101 | 0 | 10110 | 1000101 | 1011111 | 1100 | 11100 |
Color Harmonies of #454F3E
Complementary color
Monochromatic Colors of #454F3E
Black with #454F3E
Text Example
Text Example
White with #454F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454F3E; }
p { color: rgb(69,79,62); }
H1.HeaderClassName
{
color: #454F3E;
}
.AnyTagClassName
{
color: #454F3E;
}
</style>
background-color css
<style>
a { background-color: #454F3E; }
a { background-color: rgb(69,79,62); }
div.DivClassName
{
background-color: #454F3E;
}
.BgClassName
{
background-color: #454F3E;
}
</style>
border-color css
<style>
span { border-color: #454F3E; }
span { border-color: rgb(69,79,62); }
td.TdClassName
{
border-color: #454F3E;
}
.TagClassName
{
border-color: #454F3E;
}
</style>