Shades of Green Pea #33694C
Tints of Green Pea #33694C
RGB
CMYK
RGB Variations
Color information
#33694C (or 0x33694C) is known color: Green Pea. HEX triplet: 33, 69 and 4C. RGB value is (51,105,76). Sum of RGB (Red+Green+Blue) = 51+105+76=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 105 - color contains mainly: green. Hex color #33694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33694C is #CC96B3. Grayscale: #555555. Windows color (decimal): -13407924 or 5007667. OLE color: 5007667.
HSL color Cylindrical-coordinate representation of color #33694C: hue angle of 147.78º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #33694C is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 105 | 76 | - |
| CMYK | 0.51 | 0 | 0.28 | 0.59 |
| HSL | 147.78º | 0.35% | 0.31% | - |
| HSV(B) | 147.78º | 0.51% | 0.41% | - |
| XYZ | 7.72 | 11.33 | 8.62 | - |
| YUV | 85.55 | 122.61 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 105 | 76 | 0.51 | 0 | 0.28 | 0.59 | 147.78 | 0.35 | 0.31 |
| Hex | 33 | 69 | 4C | 33 | 0 | 1C | 3B | 94 | 23 | 1F |
| Octal | 63 | 151 | 114 | 63 | 0 | 34 | 73 | 224 | 43 | 37 |
| Binary | 110011 | 1101001 | 1001100 | 110011 | 0 | 11100 | 111011 | 10010100 | 100011 | 11111 |
Color Harmonies of #33694C
Complementary color
Monochromatic Colors of #33694C
Black with #33694C
Text Example
Text Example
White with #33694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33694C; }
p { color: rgb(51,105,76); }
H1.HeaderClassName
{
color: #33694C;
}
.AnyTagClassName
{
color: #33694C;
}
</style>
background-color css
<style>
a { background-color: #33694C; }
a { background-color: rgb(51,105,76); }
div.DivClassName
{
background-color: #33694C;
}
.BgClassName
{
background-color: #33694C;
}
</style>
border-color css
<style>
span { border-color: #33694C; }
span { border-color: rgb(51,105,76); }
td.TdClassName
{
border-color: #33694C;
}
.TagClassName
{
border-color: #33694C;
}
</style>