Shades of Japanese Laurel #38923B
Tints of Japanese Laurel #38923B
RGB
CMYK
RGB Variations
Color information
#38923B (or 0x38923B) is known color: Japanese Laurel. HEX triplet: 38, 92 and 3B. RGB value is (56,146,59). Sum of RGB (Red+Green+Blue) = 56+146+59=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 146 (57.42% from 255 or 55.94% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 146 - color contains mainly: green. Hex color #38923B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38923B is #C76DC4. Grayscale: #6D6D6D. Windows color (decimal): -13069765 or 3904056. OLE color: 3904056.
HSL color Cylindrical-coordinate representation of color #38923B: hue angle of 122º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38923B is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 146 | 59 | - |
| CMYK | 0.62 | 0 | 0.60 | 0.43 |
| HSL | 122º | 0.45% | 0.4% | - |
| HSV(B) | 122º | 0.62% | 0.57% | - |
| XYZ | 12.7 | 21.71 | 7.66 | - |
| YUV | 109.17 | 99.68 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 146 | 59 | 0.62 | 0 | 0.60 | 0.43 | 122 | 0.45 | 0.4 |
| Hex | 38 | 92 | 3B | 3E | 0 | 3C | 2B | 7A | 2D | 28 |
| Octal | 70 | 222 | 73 | 76 | 0 | 74 | 53 | 172 | 55 | 50 |
| Binary | 111000 | 10010010 | 111011 | 111110 | 0 | 111100 | 101011 | 1111010 | 101101 | 101000 |
Color Harmonies of #38923B
Complementary color
Monochromatic Colors of #38923B
Black with #38923B
Text Example
Text Example
White with #38923B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38923B; }
p { color: rgb(56,146,59); }
H1.HeaderClassName
{
color: #38923B;
}
.AnyTagClassName
{
color: #38923B;
}
</style>
background-color css
<style>
a { background-color: #38923B; }
a { background-color: rgb(56,146,59); }
div.DivClassName
{
background-color: #38923B;
}
.BgClassName
{
background-color: #38923B;
}
</style>
border-color css
<style>
span { border-color: #38923B; }
span { border-color: rgb(56,146,59); }
td.TdClassName
{
border-color: #38923B;
}
.TagClassName
{
border-color: #38923B;
}
</style>