Shades of Japanese Laurel #38893D
Tints of Japanese Laurel #38893D
RGB
CMYK
RGB Variations
Color information
#38893D (or 0x38893D) is known color: Japanese Laurel. HEX triplet: 38, 89 and 3D. RGB value is (56,137,61). Sum of RGB (Red+Green+Blue) = 56+137+61=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #38893D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38893D is #C776C2. Grayscale: #686868. Windows color (decimal): -13072067 or 4032824. OLE color: 4032824.
HSL color Cylindrical-coordinate representation of color #38893D: hue angle of 123.7º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38893D is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 137 | 61 | - |
| CMYK | 0.59 | 0 | 0.55 | 0.46 |
| HSL | 123.7º | 0.42% | 0.38% | - |
| HSV(B) | 123.7º | 0.59% | 0.54% | - |
| XYZ | 11.42 | 19.07 | 7.49 | - |
| YUV | 104.12 | 103.66 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 137 | 61 | 0.59 | 0 | 0.55 | 0.46 | 123.7 | 0.42 | 0.38 |
| Hex | 38 | 89 | 3D | 3B | 0 | 37 | 2E | 7C | 2A | 26 |
| Octal | 70 | 211 | 75 | 73 | 0 | 67 | 56 | 174 | 52 | 46 |
| Binary | 111000 | 10001001 | 111101 | 111011 | 0 | 110111 | 101110 | 1111100 | 101010 | 100110 |
Color Harmonies of #38893D
Complementary color
Monochromatic Colors of #38893D
Black with #38893D
Text Example
Text Example
White with #38893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38893D; }
p { color: rgb(56,137,61); }
H1.HeaderClassName
{
color: #38893D;
}
.AnyTagClassName
{
color: #38893D;
}
</style>
background-color css
<style>
a { background-color: #38893D; }
a { background-color: rgb(56,137,61); }
div.DivClassName
{
background-color: #38893D;
}
.BgClassName
{
background-color: #38893D;
}
</style>
border-color css
<style>
span { border-color: #38893D; }
span { border-color: rgb(56,137,61); }
td.TdClassName
{
border-color: #38893D;
}
.TagClassName
{
border-color: #38893D;
}
</style>