Shades of Japanese Laurel #38733C
Tints of Japanese Laurel #38733C
RGB
CMYK
RGB Variations
Color information
#38733C (or 0x38733C) is known color: Japanese Laurel. HEX triplet: 38, 73 and 3C. RGB value is (56,115,60). Sum of RGB (Red+Green+Blue) = 56+115+60=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #38733C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38733C is #C78CC3. Grayscale: #5B5B5B. Windows color (decimal): -13077700 or 3961656. OLE color: 3961656.
HSL color Cylindrical-coordinate representation of color #38733C: hue angle of 124.07º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #38733C is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 115 | 60 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.55 |
| HSL | 124.07º | 0.35% | 0.34% | - |
| HSV(B) | 124.07º | 0.51% | 0.45% | - |
| XYZ | 8.58 | 13.43 | 6.41 | - |
| YUV | 91.09 | 110.45 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 115 | 60 | 0.51 | 0 | 0.48 | 0.55 | 124.07 | 0.35 | 0.34 |
| Hex | 38 | 73 | 3C | 33 | 0 | 30 | 37 | 7C | 23 | 22 |
| Octal | 70 | 163 | 74 | 63 | 0 | 60 | 67 | 174 | 43 | 42 |
| Binary | 111000 | 1110011 | 111100 | 110011 | 0 | 110000 | 110111 | 1111100 | 100011 | 100010 |
Color Harmonies of #38733C
Complementary color
Monochromatic Colors of #38733C
Black with #38733C
Text Example
Text Example
White with #38733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38733C; }
p { color: rgb(56,115,60); }
H1.HeaderClassName
{
color: #38733C;
}
.AnyTagClassName
{
color: #38733C;
}
</style>
background-color css
<style>
a { background-color: #38733C; }
a { background-color: rgb(56,115,60); }
div.DivClassName
{
background-color: #38733C;
}
.BgClassName
{
background-color: #38733C;
}
</style>
border-color css
<style>
span { border-color: #38733C; }
span { border-color: rgb(56,115,60); }
td.TdClassName
{
border-color: #38733C;
}
.TagClassName
{
border-color: #38733C;
}
</style>