Shades of Japanese Laurel #38793F
Tints of Japanese Laurel #38793F
RGB
CMYK
RGB Variations
Color information
#38793F (or 0x38793F) is known color: Japanese Laurel. HEX triplet: 38, 79 and 3F. RGB value is (56,121,63). Sum of RGB (Red+Green+Blue) = 56+121+63=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #38793F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38793F is #C786C0. Grayscale: #5F5F5F. Windows color (decimal): -13076161 or 4159800. OLE color: 4159800.
HSL color Cylindrical-coordinate representation of color #38793F: hue angle of 126.46º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38793F is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 121 | 63 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.53 |
| HSL | 126.46º | 0.37% | 0.35% | - |
| HSV(B) | 126.46º | 0.54% | 0.47% | - |
| XYZ | 9.37 | 14.87 | 7.08 | - |
| YUV | 94.95 | 109.97 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 121 | 63 | 0.54 | 0 | 0.48 | 0.53 | 126.46 | 0.37 | 0.35 |
| Hex | 38 | 79 | 3F | 36 | 0 | 30 | 35 | 7E | 25 | 23 |
| Octal | 70 | 171 | 77 | 66 | 0 | 60 | 65 | 176 | 45 | 43 |
| Binary | 111000 | 1111001 | 111111 | 110110 | 0 | 110000 | 110101 | 1111110 | 100101 | 100011 |
Color Harmonies of #38793F
Complementary color
Monochromatic Colors of #38793F
Black with #38793F
Text Example
Text Example
White with #38793F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38793F; }
p { color: rgb(56,121,63); }
H1.HeaderClassName
{
color: #38793F;
}
.AnyTagClassName
{
color: #38793F;
}
</style>
background-color css
<style>
a { background-color: #38793F; }
a { background-color: rgb(56,121,63); }
div.DivClassName
{
background-color: #38793F;
}
.BgClassName
{
background-color: #38793F;
}
</style>
border-color css
<style>
span { border-color: #38793F; }
span { border-color: rgb(56,121,63); }
td.TdClassName
{
border-color: #38793F;
}
.TagClassName
{
border-color: #38793F;
}
</style>