Shades of Japanese Laurel #38803F
Tints of Japanese Laurel #38803F
RGB
CMYK
RGB Variations
Color information
#38803F (or 0x38803F) is known color: Japanese Laurel. HEX triplet: 38, 80 and 3F. RGB value is (56,128,63). Sum of RGB (Red+Green+Blue) = 56+128+63=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #38803F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38803F is #C77FC0. Grayscale: #636363. Windows color (decimal): -13074369 or 4161592. OLE color: 4161592.
HSL color Cylindrical-coordinate representation of color #38803F: hue angle of 125.83º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38803F is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 128 | 63 | - |
| CMYK | 0.56 | 0 | 0.51 | 0.50 |
| HSL | 125.83º | 0.39% | 0.36% | - |
| HSV(B) | 125.83º | 0.56% | 0.5% | - |
| XYZ | 10.25 | 16.64 | 7.37 | - |
| YUV | 99.06 | 107.65 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 128 | 63 | 0.56 | 0 | 0.51 | 0.50 | 125.83 | 0.39 | 0.36 |
| Hex | 38 | 80 | 3F | 38 | 0 | 33 | 32 | 7E | 27 | 24 |
| Octal | 70 | 200 | 77 | 70 | 0 | 63 | 62 | 176 | 47 | 44 |
| Binary | 111000 | 10000000 | 111111 | 111000 | 0 | 110011 | 110010 | 1111110 | 100111 | 100100 |
Color Harmonies of #38803F
Complementary color
Monochromatic Colors of #38803F
Black with #38803F
Text Example
Text Example
White with #38803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38803F; }
p { color: rgb(56,128,63); }
H1.HeaderClassName
{
color: #38803F;
}
.AnyTagClassName
{
color: #38803F;
}
</style>
background-color css
<style>
a { background-color: #38803F; }
a { background-color: rgb(56,128,63); }
div.DivClassName
{
background-color: #38803F;
}
.BgClassName
{
background-color: #38803F;
}
</style>
border-color css
<style>
span { border-color: #38803F; }
span { border-color: rgb(56,128,63); }
td.TdClassName
{
border-color: #38803F;
}
.TagClassName
{
border-color: #38803F;
}
</style>