Shades of Japanese Laurel #38843F
Tints of Japanese Laurel #38843F
RGB
CMYK
RGB Variations
Color information
#38843F (or 0x38843F) is known color: Japanese Laurel. HEX triplet: 38, 84 and 3F. RGB value is (56,132,63). Sum of RGB (Red+Green+Blue) = 56+132+63=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #38843F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38843F is #C77BC0. Grayscale: #656565. Windows color (decimal): -13073345 or 4162616. OLE color: 4162616.
HSL color Cylindrical-coordinate representation of color #38843F: hue angle of 125.53º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38843F is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 132 | 63 | - |
| CMYK | 0.58 | 0 | 0.52 | 0.48 |
| HSL | 125.53º | 0.4% | 0.37% | - |
| HSV(B) | 125.53º | 0.58% | 0.52% | - |
| XYZ | 10.78 | 17.7 | 7.55 | - |
| YUV | 101.41 | 106.32 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 132 | 63 | 0.58 | 0 | 0.52 | 0.48 | 125.53 | 0.4 | 0.37 |
| Hex | 38 | 84 | 3F | 3A | 0 | 34 | 30 | 7E | 28 | 25 |
| Octal | 70 | 204 | 77 | 72 | 0 | 64 | 60 | 176 | 50 | 45 |
| Binary | 111000 | 10000100 | 111111 | 111010 | 0 | 110100 | 110000 | 1111110 | 101000 | 100101 |
Color Harmonies of #38843F
Complementary color
Monochromatic Colors of #38843F
Black with #38843F
Text Example
Text Example
White with #38843F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38843F; }
p { color: rgb(56,132,63); }
H1.HeaderClassName
{
color: #38843F;
}
.AnyTagClassName
{
color: #38843F;
}
</style>
background-color css
<style>
a { background-color: #38843F; }
a { background-color: rgb(56,132,63); }
div.DivClassName
{
background-color: #38843F;
}
.BgClassName
{
background-color: #38843F;
}
</style>
border-color css
<style>
span { border-color: #38843F; }
span { border-color: rgb(56,132,63); }
td.TdClassName
{
border-color: #38843F;
}
.TagClassName
{
border-color: #38843F;
}
</style>