Shades of Green Pea #36694A
Tints of Green Pea #36694A
RGB
CMYK
RGB Variations
Color information
#36694A (or 0x36694A) is known color: Green Pea. HEX triplet: 36, 69 and 4A. RGB value is (54,105,74). Sum of RGB (Red+Green+Blue) = 54+105+74=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 105 - color contains mainly: green. Hex color #36694A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36694A is #C996B5. Grayscale: #565656. Windows color (decimal): -13211318 or 4876598. OLE color: 4876598.
HSL color Cylindrical-coordinate representation of color #36694A: hue angle of 143.53º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #36694A is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 54 | 105 | 74 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.59 |
| HSL | 143.53º | 0.32% | 0.31% | - |
| HSV(B) | 143.53º | 0.49% | 0.41% | - |
| XYZ | 7.81 | 11.38 | 8.26 | - |
| YUV | 86.22 | 121.1 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 105 | 74 | 0.49 | 0 | 0.30 | 0.59 | 143.53 | 0.32 | 0.31 |
| Hex | 36 | 69 | 4A | 31 | 0 | 1E | 3B | 90 | 20 | 1F |
| Octal | 66 | 151 | 112 | 61 | 0 | 36 | 73 | 220 | 40 | 37 |
| Binary | 110110 | 1101001 | 1001010 | 110001 | 0 | 11110 | 111011 | 10010000 | 100000 | 11111 |
Color Harmonies of #36694A
Complementary color
Monochromatic Colors of #36694A
Black with #36694A
Text Example
Text Example
White with #36694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36694A; }
p { color: rgb(54,105,74); }
H1.HeaderClassName
{
color: #36694A;
}
.AnyTagClassName
{
color: #36694A;
}
</style>
background-color css
<style>
a { background-color: #36694A; }
a { background-color: rgb(54,105,74); }
div.DivClassName
{
background-color: #36694A;
}
.BgClassName
{
background-color: #36694A;
}
</style>
border-color css
<style>
span { border-color: #36694A; }
span { border-color: rgb(54,105,74); }
td.TdClassName
{
border-color: #36694A;
}
.TagClassName
{
border-color: #36694A;
}
</style>