Shades of Green Pea #336A4C
Tints of Green Pea #336A4C
RGB
CMYK
RGB Variations
Color information
#336A4C (or 0x336A4C) is known color: Green Pea. HEX triplet: 33, 6A and 4C. RGB value is (51,106,76). Sum of RGB (Red+Green+Blue) = 51+106+76=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 106 (41.80% from 255 or 45.49% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 106 - color contains mainly: green. Hex color #336A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336A4C is #CC95B3. Grayscale: #565656. Windows color (decimal): -13407668 or 5007923. OLE color: 5007923.
HSL color Cylindrical-coordinate representation of color #336A4C: hue angle of 147.27º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #336A4C is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 106 | 76 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.58 |
| HSL | 147.27º | 0.35% | 0.31% | - |
| HSV(B) | 147.27º | 0.52% | 0.42% | - |
| XYZ | 7.82 | 11.53 | 8.65 | - |
| YUV | 86.14 | 122.28 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 106 | 76 | 0.52 | 0 | 0.28 | 0.58 | 147.27 | 0.35 | 0.31 |
| Hex | 33 | 6A | 4C | 34 | 0 | 1C | 3A | 93 | 23 | 1F |
| Octal | 63 | 152 | 114 | 64 | 0 | 34 | 72 | 223 | 43 | 37 |
| Binary | 110011 | 1101010 | 1001100 | 110100 | 0 | 11100 | 111010 | 10010011 | 100011 | 11111 |
Color Harmonies of #336A4C
Complementary color
Monochromatic Colors of #336A4C
Black with #336A4C
Text Example
Text Example
White with #336A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336A4C; }
p { color: rgb(51,106,76); }
H1.HeaderClassName
{
color: #336A4C;
}
.AnyTagClassName
{
color: #336A4C;
}
</style>
background-color css
<style>
a { background-color: #336A4C; }
a { background-color: rgb(51,106,76); }
div.DivClassName
{
background-color: #336A4C;
}
.BgClassName
{
background-color: #336A4C;
}
</style>
border-color css
<style>
span { border-color: #336A4C; }
span { border-color: rgb(51,106,76); }
td.TdClassName
{
border-color: #336A4C;
}
.TagClassName
{
border-color: #336A4C;
}
</style>