Shades of Cabbage Pont #434F3D
Tints of Cabbage Pont #434F3D
RGB
CMYK
RGB Variations
Color information
#434F3D (or 0x434F3D) is known color: Cabbage Pont. HEX triplet: 43, 4F and 3D. RGB value is (67,79,61). Sum of RGB (Red+Green+Blue) = 67+79+61=207 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.37% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 79 - color contains mainly: green. Hex color #434F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434F3D is #BCB0C2. Grayscale: #494949. Windows color (decimal): -12366019 or 4017987. OLE color: 4017987.
HSL color Cylindrical-coordinate representation of color #434F3D: hue angle of 100º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #434F3D is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 79 | 61 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.69 |
| HSL | 100º | 0.13% | 0.27% | - |
| HSV(B) | 100º | 0.23% | 0.31% | - |
| XYZ | 5.95 | 7.12 | 5.48 | - |
| YUV | 73.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 61 | 0.15 | 0 | 0.23 | 0.69 | 100 | 0.13 | 0.27 |
| Hex | 43 | 4F | 3D | F | 0 | 17 | 45 | 64 | D | 1B |
| Octal | 103 | 117 | 75 | 17 | 0 | 27 | 105 | 144 | 15 | 33 |
| Binary | 1000011 | 1001111 | 111101 | 1111 | 0 | 10111 | 1000101 | 1100100 | 1101 | 11011 |
Color Harmonies of #434F3D
Complementary color
Monochromatic Colors of #434F3D
Black with #434F3D
Text Example
Text Example
White with #434F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434F3D; }
p { color: rgb(67,79,61); }
H1.HeaderClassName
{
color: #434F3D;
}
.AnyTagClassName
{
color: #434F3D;
}
</style>
background-color css
<style>
a { background-color: #434F3D; }
a { background-color: rgb(67,79,61); }
div.DivClassName
{
background-color: #434F3D;
}
.BgClassName
{
background-color: #434F3D;
}
</style>
border-color css
<style>
span { border-color: #434F3D; }
span { border-color: rgb(67,79,61); }
td.TdClassName
{
border-color: #434F3D;
}
.TagClassName
{
border-color: #434F3D;
}
</style>