Shades of Te Papa Green #394841
Tints of Te Papa Green #394841
RGB
CMYK
RGB Variations
Color information
#394841 (or 0x394841) is known color: Te Papa Green. HEX triplet: 39, 48 and 41. RGB value is (57,72,65). Sum of RGB (Red+Green+Blue) = 57+72+65=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 72 - color contains mainly: green. Hex color #394841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394841 is #C6B7BE. Grayscale: #424242. Windows color (decimal): -13023167 or 4278329. OLE color: 4278329.
HSL color Cylindrical-coordinate representation of color #394841: hue angle of 152º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #394841 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 57 | 72 | 65 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.72 |
| HSL | 152º | 0.12% | 0.25% | - |
| HSV(B) | 152º | 0.21% | 0.28% | - |
| XYZ | 4.96 | 5.89 | 5.88 | - |
| YUV | 66.72 | 127.03 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 72 | 65 | 0.21 | 0 | 0.10 | 0.72 | 152 | 0.12 | 0.25 |
| Hex | 39 | 48 | 41 | 15 | 0 | A | 48 | 98 | C | 19 |
| Octal | 71 | 110 | 101 | 25 | 0 | 12 | 110 | 230 | 14 | 31 |
| Binary | 111001 | 1001000 | 1000001 | 10101 | 0 | 1010 | 1001000 | 10011000 | 1100 | 11001 |
Color Harmonies of #394841
Complementary color
Monochromatic Colors of #394841
Black with #394841
Text Example
Text Example
White with #394841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394841; }
p { color: rgb(57,72,65); }
H1.HeaderClassName
{
color: #394841;
}
.AnyTagClassName
{
color: #394841;
}
</style>
background-color css
<style>
a { background-color: #394841; }
a { background-color: rgb(57,72,65); }
div.DivClassName
{
background-color: #394841;
}
.BgClassName
{
background-color: #394841;
}
</style>
border-color css
<style>
span { border-color: #394841; }
span { border-color: rgb(57,72,65); }
td.TdClassName
{
border-color: #394841;
}
.TagClassName
{
border-color: #394841;
}
</style>