Shades of Japanese Laurel #38713C
Tints of Japanese Laurel #38713C
RGB
CMYK
RGB Variations
Color information
#38713C (or 0x38713C) is known color: Japanese Laurel. HEX triplet: 38, 71 and 3C. RGB value is (56,113,60). Sum of RGB (Red+Green+Blue) = 56+113+60=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #38713C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38713C is #C78EC3. Grayscale: #5A5A5A. Windows color (decimal): -13078212 or 3961144. OLE color: 3961144.
HSL color Cylindrical-coordinate representation of color #38713C: hue angle of 124.21º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38713C is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 113 | 60 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.56 |
| HSL | 124.21º | 0.34% | 0.33% | - |
| HSV(B) | 124.21º | 0.5% | 0.44% | - |
| XYZ | 8.35 | 12.98 | 6.34 | - |
| YUV | 89.92 | 111.12 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 113 | 60 | 0.50 | 0 | 0.47 | 0.56 | 124.21 | 0.34 | 0.33 |
| Hex | 38 | 71 | 3C | 32 | 0 | 2F | 38 | 7C | 22 | 21 |
| Octal | 70 | 161 | 74 | 62 | 0 | 57 | 70 | 174 | 42 | 41 |
| Binary | 111000 | 1110001 | 111100 | 110010 | 0 | 101111 | 111000 | 1111100 | 100010 | 100001 |
Color Harmonies of #38713C
Complementary color
Monochromatic Colors of #38713C
Black with #38713C
Text Example
Text Example
White with #38713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38713C; }
p { color: rgb(56,113,60); }
H1.HeaderClassName
{
color: #38713C;
}
.AnyTagClassName
{
color: #38713C;
}
</style>
background-color css
<style>
a { background-color: #38713C; }
a { background-color: rgb(56,113,60); }
div.DivClassName
{
background-color: #38713C;
}
.BgClassName
{
background-color: #38713C;
}
</style>
border-color css
<style>
span { border-color: #38713C; }
span { border-color: rgb(56,113,60); }
td.TdClassName
{
border-color: #38713C;
}
.TagClassName
{
border-color: #38713C;
}
</style>