Shades of Japanese Laurel #38843D
Tints of Japanese Laurel #38843D
RGB
CMYK
RGB Variations
Color information
#38843D (or 0x38843D) is known color: Japanese Laurel. HEX triplet: 38, 84 and 3D. RGB value is (56,132,61). Sum of RGB (Red+Green+Blue) = 56+132+61=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #38843D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38843D is #C77BC2. Grayscale: #656565. Windows color (decimal): -13073347 or 4031544. OLE color: 4031544.
HSL color Cylindrical-coordinate representation of color #38843D: hue angle of 123.95º 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 #38843D is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 132 | 61 | - |
| CMYK | 0.58 | 0 | 0.54 | 0.48 |
| HSL | 123.95º | 0.4% | 0.37% | - |
| HSV(B) | 123.95º | 0.58% | 0.52% | - |
| XYZ | 10.72 | 17.68 | 7.26 | - |
| YUV | 101.18 | 105.32 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 132 | 61 | 0.58 | 0 | 0.54 | 0.48 | 123.95 | 0.4 | 0.37 |
| Hex | 38 | 84 | 3D | 3A | 0 | 36 | 30 | 7C | 28 | 25 |
| Octal | 70 | 204 | 75 | 72 | 0 | 66 | 60 | 174 | 50 | 45 |
| Binary | 111000 | 10000100 | 111101 | 111010 | 0 | 110110 | 110000 | 1111100 | 101000 | 100101 |
Color Harmonies of #38843D
Complementary color
Monochromatic Colors of #38843D
Black with #38843D
Text Example
Text Example
White with #38843D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38843D; }
p { color: rgb(56,132,61); }
H1.HeaderClassName
{
color: #38843D;
}
.AnyTagClassName
{
color: #38843D;
}
</style>
background-color css
<style>
a { background-color: #38843D; }
a { background-color: rgb(56,132,61); }
div.DivClassName
{
background-color: #38843D;
}
.BgClassName
{
background-color: #38843D;
}
</style>
border-color css
<style>
span { border-color: #38843D; }
span { border-color: rgb(56,132,61); }
td.TdClassName
{
border-color: #38843D;
}
.TagClassName
{
border-color: #38843D;
}
</style>