Shades of Japanese Laurel #38883B
Tints of Japanese Laurel #38883B
RGB
CMYK
RGB Variations
Color information
#38883B (or 0x38883B) is known color: Japanese Laurel. HEX triplet: 38, 88 and 3B. RGB value is (56,136,59). Sum of RGB (Red+Green+Blue) = 56+136+59=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #38883B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38883B is #C777C4. Grayscale: #676767. Windows color (decimal): -13072325 or 3901496. OLE color: 3901496.
HSL color Cylindrical-coordinate representation of color #38883B: hue angle of 122.25º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38883B is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 136 | 59 | - |
| CMYK | 0.59 | 0 | 0.57 | 0.47 |
| HSL | 122.25º | 0.42% | 0.38% | - |
| HSV(B) | 122.25º | 0.59% | 0.53% | - |
| XYZ | 11.22 | 18.76 | 7.17 | - |
| YUV | 103.3 | 103 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 136 | 59 | 0.59 | 0 | 0.57 | 0.47 | 122.25 | 0.42 | 0.38 |
| Hex | 38 | 88 | 3B | 3B | 0 | 39 | 2F | 7A | 2A | 26 |
| Octal | 70 | 210 | 73 | 73 | 0 | 71 | 57 | 172 | 52 | 46 |
| Binary | 111000 | 10001000 | 111011 | 111011 | 0 | 111001 | 101111 | 1111010 | 101010 | 100110 |
Color Harmonies of #38883B
Complementary color
Monochromatic Colors of #38883B
Black with #38883B
Text Example
Text Example
White with #38883B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38883B; }
p { color: rgb(56,136,59); }
H1.HeaderClassName
{
color: #38883B;
}
.AnyTagClassName
{
color: #38883B;
}
</style>
background-color css
<style>
a { background-color: #38883B; }
a { background-color: rgb(56,136,59); }
div.DivClassName
{
background-color: #38883B;
}
.BgClassName
{
background-color: #38883B;
}
</style>
border-color css
<style>
span { border-color: #38883B; }
span { border-color: rgb(56,136,59); }
td.TdClassName
{
border-color: #38883B;
}
.TagClassName
{
border-color: #38883B;
}
</style>