Shades of Green Pea #31664A
Tints of Green Pea #31664A
RGB
CMYK
RGB Variations
Color information
#31664A (or 0x31664A) is known color: Green Pea. HEX triplet: 31, 66 and 4A. RGB value is (49,102,74). Sum of RGB (Red+Green+Blue) = 49+102+74=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 102 - color contains mainly: green. Hex color #31664A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31664A is #CE99B5. Grayscale: #535353. Windows color (decimal): -13539766 or 4875825. OLE color: 4875825.
HSL color Cylindrical-coordinate representation of color #31664A: hue angle of 148.3º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #31664A is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 49 | 102 | 74 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.6 |
| HSL | 148.3º | 0.35% | 0.3% | - |
| HSV(B) | 148.3º | 0.52% | 0.4% | - |
| XYZ | 7.25 | 10.65 | 8.15 | - |
| YUV | 82.96 | 122.94 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 102 | 74 | 0.52 | 0 | 0.27 | 0.6 | 148.3 | 0.35 | 0.3 |
| Hex | 31 | 66 | 4A | 34 | 0 | 1B | 3C | 94 | 23 | 1E |
| Octal | 61 | 146 | 112 | 64 | 0 | 33 | 74 | 224 | 43 | 36 |
| Binary | 110001 | 1100110 | 1001010 | 110100 | 0 | 11011 | 111100 | 10010100 | 100011 | 11110 |
Color Harmonies of #31664A
Complementary color
Monochromatic Colors of #31664A
Black with #31664A
Text Example
Text Example
White with #31664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31664A; }
p { color: rgb(49,102,74); }
H1.HeaderClassName
{
color: #31664A;
}
.AnyTagClassName
{
color: #31664A;
}
</style>
background-color css
<style>
a { background-color: #31664A; }
a { background-color: rgb(49,102,74); }
div.DivClassName
{
background-color: #31664A;
}
.BgClassName
{
background-color: #31664A;
}
</style>
border-color css
<style>
span { border-color: #31664A; }
span { border-color: rgb(49,102,74); }
td.TdClassName
{
border-color: #31664A;
}
.TagClassName
{
border-color: #31664A;
}
</style>