Shades of Te Papa Green #384840
Tints of Te Papa Green #384840
RGB
CMYK
RGB Variations
Color information
#384840 (or 0x384840) is known color: Te Papa Green. HEX triplet: 38, 48 and 40. RGB value is (56,72,64). Sum of RGB (Red+Green+Blue) = 56+72+64=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 72 - color contains mainly: green. Hex color #384840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384840 is #C7B7BF. Grayscale: #424242. Windows color (decimal): -13088704 or 4212792. OLE color: 4212792.
HSL color Cylindrical-coordinate representation of color #384840: hue angle of 150º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #384840 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 72 | 64 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.72 |
| HSL | 150º | 0.13% | 0.25% | - |
| HSV(B) | 150º | 0.22% | 0.28% | - |
| XYZ | 4.87 | 5.85 | 5.72 | - |
| YUV | 66.3 | 126.7 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 72 | 64 | 0.22 | 0 | 0.11 | 0.72 | 150 | 0.13 | 0.25 |
| Hex | 38 | 48 | 40 | 16 | 0 | B | 48 | 96 | C | 19 |
| Octal | 70 | 110 | 100 | 26 | 0 | 13 | 110 | 226 | 14 | 31 |
| Binary | 111000 | 1001000 | 1000000 | 10110 | 0 | 1011 | 1001000 | 10010110 | 1100 | 11001 |
Color Harmonies of #384840
Complementary color
Monochromatic Colors of #384840
Black with #384840
Text Example
Text Example
White with #384840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384840; }
p { color: rgb(56,72,64); }
H1.HeaderClassName
{
color: #384840;
}
.AnyTagClassName
{
color: #384840;
}
</style>
background-color css
<style>
a { background-color: #384840; }
a { background-color: rgb(56,72,64); }
div.DivClassName
{
background-color: #384840;
}
.BgClassName
{
background-color: #384840;
}
</style>
border-color css
<style>
span { border-color: #384840; }
span { border-color: rgb(56,72,64); }
td.TdClassName
{
border-color: #384840;
}
.TagClassName
{
border-color: #384840;
}
</style>