Shades of Green Pea #33684A
Tints of Green Pea #33684A
RGB
CMYK
RGB Variations
Color information
#33684A (or 0x33684A) is known color: Green Pea. HEX triplet: 33, 68 and 4A. RGB value is (51,104,74). Sum of RGB (Red+Green+Blue) = 51+104+74=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 104 - color contains mainly: green. Hex color #33684A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33684A is #CC97B5. Grayscale: #545454. Windows color (decimal): -13408182 or 4876339. OLE color: 4876339.
HSL color Cylindrical-coordinate representation of color #33684A: hue angle of 146.04º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #33684A is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 104 | 74 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.59 |
| HSL | 146.04º | 0.34% | 0.3% | - |
| HSV(B) | 146.04º | 0.51% | 0.41% | - |
| XYZ | 7.55 | 11.1 | 8.22 | - |
| YUV | 84.73 | 121.94 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 104 | 74 | 0.51 | 0 | 0.29 | 0.59 | 146.04 | 0.34 | 0.3 |
| Hex | 33 | 68 | 4A | 33 | 0 | 1D | 3B | 92 | 22 | 1E |
| Octal | 63 | 150 | 112 | 63 | 0 | 35 | 73 | 222 | 42 | 36 |
| Binary | 110011 | 1101000 | 1001010 | 110011 | 0 | 11101 | 111011 | 10010010 | 100010 | 11110 |
Color Harmonies of #33684A
Complementary color
Monochromatic Colors of #33684A
Black with #33684A
Text Example
Text Example
White with #33684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33684A; }
p { color: rgb(51,104,74); }
H1.HeaderClassName
{
color: #33684A;
}
.AnyTagClassName
{
color: #33684A;
}
</style>
background-color css
<style>
a { background-color: #33684A; }
a { background-color: rgb(51,104,74); }
div.DivClassName
{
background-color: #33684A;
}
.BgClassName
{
background-color: #33684A;
}
</style>
border-color css
<style>
span { border-color: #33684A; }
span { border-color: rgb(51,104,74); }
td.TdClassName
{
border-color: #33684A;
}
.TagClassName
{
border-color: #33684A;
}
</style>