Shades of Japanese Laurel #388A42
Tints of Japanese Laurel #388A42
RGB
CMYK
RGB Variations
Color information
#388A42 (or 0x388A42) is known color: Japanese Laurel. HEX triplet: 38, 8A and 42. RGB value is (56,138,66). Sum of RGB (Red+Green+Blue) = 56+138+66=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 138 (54.30% from 255 or 53.08% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 138 - color contains mainly: green. Hex color #388A42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388A42 is #C775BD. Grayscale: #696969. Windows color (decimal): -13071806 or 4360760. OLE color: 4360760.
HSL color Cylindrical-coordinate representation of color #388A42: hue angle of 127.32º 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 #388A42 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 138 | 66 | - |
| CMYK | 0.59 | 0 | 0.52 | 0.46 |
| HSL | 127.32º | 0.42% | 0.38% | - |
| HSV(B) | 127.32º | 0.59% | 0.54% | - |
| XYZ | 11.7 | 19.41 | 8.28 | - |
| YUV | 105.27 | 105.83 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 66 | 0.59 | 0 | 0.52 | 0.46 | 127.32 | 0.42 | 0.38 |
| Hex | 38 | 8A | 42 | 3B | 0 | 34 | 2E | 7F | 2A | 26 |
| Octal | 70 | 212 | 102 | 73 | 0 | 64 | 56 | 177 | 52 | 46 |
| Binary | 111000 | 10001010 | 1000010 | 111011 | 0 | 110100 | 101110 | 1111111 | 101010 | 100110 |
Color Harmonies of #388A42
Complementary color
Monochromatic Colors of #388A42
Black with #388A42
Text Example
Text Example
White with #388A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388A42; }
p { color: rgb(56,138,66); }
H1.HeaderClassName
{
color: #388A42;
}
.AnyTagClassName
{
color: #388A42;
}
</style>
background-color css
<style>
a { background-color: #388A42; }
a { background-color: rgb(56,138,66); }
div.DivClassName
{
background-color: #388A42;
}
.BgClassName
{
background-color: #388A42;
}
</style>
border-color css
<style>
span { border-color: #388A42; }
span { border-color: rgb(56,138,66); }
td.TdClassName
{
border-color: #388A42;
}
.TagClassName
{
border-color: #388A42;
}
</style>