Shades of Japanese Laurel #38763F
Tints of Japanese Laurel #38763F
RGB
CMYK
RGB Variations
Color information
#38763F (or 0x38763F) is known color: Japanese Laurel. HEX triplet: 38, 76 and 3F. RGB value is (56,118,63). Sum of RGB (Red+Green+Blue) = 56+118+63=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 118 (46.48% from 255 or 49.79% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 118 - color contains mainly: green. Hex color #38763F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38763F is #C789C0. Grayscale: #5D5D5D. Windows color (decimal): -13076929 or 4159032. OLE color: 4159032.
HSL color Cylindrical-coordinate representation of color #38763F: hue angle of 126.77º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38763F is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 118 | 63 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.54 |
| HSL | 126.77º | 0.36% | 0.34% | - |
| HSV(B) | 126.77º | 0.53% | 0.46% | - |
| XYZ | 9.01 | 14.16 | 6.96 | - |
| YUV | 93.19 | 110.96 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 118 | 63 | 0.53 | 0 | 0.47 | 0.54 | 126.77 | 0.36 | 0.34 |
| Hex | 38 | 76 | 3F | 35 | 0 | 2F | 36 | 7F | 24 | 22 |
| Octal | 70 | 166 | 77 | 65 | 0 | 57 | 66 | 177 | 44 | 42 |
| Binary | 111000 | 1110110 | 111111 | 110101 | 0 | 101111 | 110110 | 1111111 | 100100 | 100010 |
Color Harmonies of #38763F
Complementary color
Monochromatic Colors of #38763F
Black with #38763F
Text Example
Text Example
White with #38763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38763F; }
p { color: rgb(56,118,63); }
H1.HeaderClassName
{
color: #38763F;
}
.AnyTagClassName
{
color: #38763F;
}
</style>
background-color css
<style>
a { background-color: #38763F; }
a { background-color: rgb(56,118,63); }
div.DivClassName
{
background-color: #38763F;
}
.BgClassName
{
background-color: #38763F;
}
</style>
border-color css
<style>
span { border-color: #38763F; }
span { border-color: rgb(56,118,63); }
td.TdClassName
{
border-color: #38763F;
}
.TagClassName
{
border-color: #38763F;
}
</style>