Shades of Japanese Laurel #38773E
Tints of Japanese Laurel #38773E
RGB
CMYK
RGB Variations
Color information
#38773E (or 0x38773E) is known color: Japanese Laurel. HEX triplet: 38, 77 and 3E. RGB value is (56,119,62). Sum of RGB (Red+Green+Blue) = 56+119+62=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #38773E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38773E is #C788C1. Grayscale: #5D5D5D. Windows color (decimal): -13076674 or 4093752. OLE color: 4093752.
HSL color Cylindrical-coordinate representation of color #38773E: hue angle of 125.71º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38773E is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 119 | 62 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.53 |
| HSL | 125.71º | 0.36% | 0.34% | - |
| HSV(B) | 125.71º | 0.53% | 0.47% | - |
| XYZ | 9.1 | 14.38 | 6.85 | - |
| YUV | 93.67 | 110.13 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 119 | 62 | 0.53 | 0 | 0.48 | 0.53 | 125.71 | 0.36 | 0.34 |
| Hex | 38 | 77 | 3E | 35 | 0 | 30 | 35 | 7E | 24 | 22 |
| Octal | 70 | 167 | 76 | 65 | 0 | 60 | 65 | 176 | 44 | 42 |
| Binary | 111000 | 1110111 | 111110 | 110101 | 0 | 110000 | 110101 | 1111110 | 100100 | 100010 |
Color Harmonies of #38773E
Complementary color
Monochromatic Colors of #38773E
Black with #38773E
Text Example
Text Example
White with #38773E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38773E; }
p { color: rgb(56,119,62); }
H1.HeaderClassName
{
color: #38773E;
}
.AnyTagClassName
{
color: #38773E;
}
</style>
background-color css
<style>
a { background-color: #38773E; }
a { background-color: rgb(56,119,62); }
div.DivClassName
{
background-color: #38773E;
}
.BgClassName
{
background-color: #38773E;
}
</style>
border-color css
<style>
span { border-color: #38773E; }
span { border-color: rgb(56,119,62); }
td.TdClassName
{
border-color: #38773E;
}
.TagClassName
{
border-color: #38773E;
}
</style>