Shades of Green Pea #34684C
Tints of Green Pea #34684C
RGB
CMYK
RGB Variations
Color information
#34684C (or 0x34684C) is known color: Green Pea. HEX triplet: 34, 68 and 4C. RGB value is (52,104,76). Sum of RGB (Red+Green+Blue) = 52+104+76=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 104 - color contains mainly: green. Hex color #34684C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34684C is #CB97B3. Grayscale: #555555. Windows color (decimal): -13342644 or 5007412. OLE color: 5007412.
HSL color Cylindrical-coordinate representation of color #34684C: hue angle of 147.69º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #34684C is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 52 | 104 | 76 | - |
| CMYK | 0.50 | 0 | 0.27 | 0.59 |
| HSL | 147.69º | 0.33% | 0.31% | - |
| HSV(B) | 147.69º | 0.5% | 0.41% | - |
| XYZ | 7.67 | 11.15 | 8.59 | - |
| YUV | 85.26 | 122.77 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 104 | 76 | 0.50 | 0 | 0.27 | 0.59 | 147.69 | 0.33 | 0.31 |
| Hex | 34 | 68 | 4C | 32 | 0 | 1B | 3B | 94 | 21 | 1F |
| Octal | 64 | 150 | 114 | 62 | 0 | 33 | 73 | 224 | 41 | 37 |
| Binary | 110100 | 1101000 | 1001100 | 110010 | 0 | 11011 | 111011 | 10010100 | 100001 | 11111 |
Color Harmonies of #34684C
Complementary color
Monochromatic Colors of #34684C
Black with #34684C
Text Example
Text Example
White with #34684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34684C; }
p { color: rgb(52,104,76); }
H1.HeaderClassName
{
color: #34684C;
}
.AnyTagClassName
{
color: #34684C;
}
</style>
background-color css
<style>
a { background-color: #34684C; }
a { background-color: rgb(52,104,76); }
div.DivClassName
{
background-color: #34684C;
}
.BgClassName
{
background-color: #34684C;
}
</style>
border-color css
<style>
span { border-color: #34684C; }
span { border-color: rgb(52,104,76); }
td.TdClassName
{
border-color: #34684C;
}
.TagClassName
{
border-color: #34684C;
}
</style>