Shades of Cabbage Pont #475B3B
Tints of Cabbage Pont #475B3B
RGB
CMYK
RGB Variations
Color information
#475B3B (or 0x475B3B) is known color: Cabbage Pont. HEX triplet: 47, 5B and 3B. RGB value is (71,91,59). Sum of RGB (Red+Green+Blue) = 71+91+59=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 91 (35.94% from 255 or 41.18% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 91 - color contains mainly: green. Hex color #475B3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475B3B is #B8A4C4. Grayscale: #515151. Windows color (decimal): -12100805 or 3889991. OLE color: 3889991.
HSL color Cylindrical-coordinate representation of color #475B3B: hue angle of 97.5º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #475B3B is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 91 | 59 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.64 |
| HSL | 97.5º | 0.21% | 0.29% | - |
| HSV(B) | 97.5º | 0.35% | 0.36% | - |
| XYZ | 7.13 | 9.14 | 5.53 | - |
| YUV | 81.37 | 115.37 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 91 | 59 | 0.22 | 0 | 0.35 | 0.64 | 97.5 | 0.21 | 0.29 |
| Hex | 47 | 5B | 3B | 16 | 0 | 23 | 40 | 62 | 15 | 1D |
| Octal | 107 | 133 | 73 | 26 | 0 | 43 | 100 | 142 | 25 | 35 |
| Binary | 1000111 | 1011011 | 111011 | 10110 | 0 | 100011 | 1000000 | 1100010 | 10101 | 11101 |
Color Harmonies of #475B3B
Complementary color
Monochromatic Colors of #475B3B
Black with #475B3B
Text Example
Text Example
White with #475B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475B3B; }
p { color: rgb(71,91,59); }
H1.HeaderClassName
{
color: #475B3B;
}
.AnyTagClassName
{
color: #475B3B;
}
</style>
background-color css
<style>
a { background-color: #475B3B; }
a { background-color: rgb(71,91,59); }
div.DivClassName
{
background-color: #475B3B;
}
.BgClassName
{
background-color: #475B3B;
}
</style>
border-color css
<style>
span { border-color: #475B3B; }
span { border-color: rgb(71,91,59); }
td.TdClassName
{
border-color: #475B3B;
}
.TagClassName
{
border-color: #475B3B;
}
</style>