Shades of Te Papa Green #384640
Tints of Te Papa Green #384640
RGB
CMYK
RGB Variations
Color information
#384640 (or 0x384640) is known color: Te Papa Green. HEX triplet: 38, 46 and 40. RGB value is (56,70,64). Sum of RGB (Red+Green+Blue) = 56+70+64=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 70 - color contains mainly: green. Hex color #384640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384640 is #C7B9BF. Grayscale: #414141. Windows color (decimal): -13089216 or 4212280. OLE color: 4212280.
HSL color Cylindrical-coordinate representation of color #384640: hue angle of 154.29º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #384640 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 70 | 64 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.73 |
| HSL | 154.29º | 0.11% | 0.25% | - |
| HSV(B) | 154.29º | 0.2% | 0.27% | - |
| XYZ | 4.75 | 5.59 | 5.68 | - |
| YUV | 65.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 64 | 0.20 | 0 | 0.09 | 0.73 | 154.29 | 0.11 | 0.25 |
| Hex | 38 | 46 | 40 | 14 | 0 | 9 | 49 | 9A | B | 19 |
| Octal | 70 | 106 | 100 | 24 | 0 | 11 | 111 | 232 | 13 | 31 |
| Binary | 111000 | 1000110 | 1000000 | 10100 | 0 | 1001 | 1001001 | 10011010 | 1011 | 11001 |
Color Harmonies of #384640
Complementary color
Monochromatic Colors of #384640
Black with #384640
Text Example
Text Example
White with #384640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384640; }
p { color: rgb(56,70,64); }
H1.HeaderClassName
{
color: #384640;
}
.AnyTagClassName
{
color: #384640;
}
</style>
background-color css
<style>
a { background-color: #384640; }
a { background-color: rgb(56,70,64); }
div.DivClassName
{
background-color: #384640;
}
.BgClassName
{
background-color: #384640;
}
</style>
border-color css
<style>
span { border-color: #384640; }
span { border-color: rgb(56,70,64); }
td.TdClassName
{
border-color: #384640;
}
.TagClassName
{
border-color: #384640;
}
</style>