Shades of Japanese Laurel #38823A
Tints of Japanese Laurel #38823A
RGB
CMYK
RGB Variations
Color information
#38823A (or 0x38823A) is known color: Japanese Laurel. HEX triplet: 38, 82 and 3A. RGB value is (56,130,58). Sum of RGB (Red+Green+Blue) = 56+130+58=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #38823A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38823A is #C77DC5. Grayscale: #636363. Windows color (decimal): -13073862 or 3834424. OLE color: 3834424.
HSL color Cylindrical-coordinate representation of color #38823A: hue angle of 121.62º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38823A is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 130 | 58 | - |
| CMYK | 0.57 | 0 | 0.55 | 0.49 |
| HSL | 121.62º | 0.4% | 0.36% | - |
| HSV(B) | 121.62º | 0.57% | 0.51% | - |
| XYZ | 10.38 | 17.11 | 6.76 | - |
| YUV | 99.67 | 104.48 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 58 | 0.57 | 0 | 0.55 | 0.49 | 121.62 | 0.4 | 0.36 |
| Hex | 38 | 82 | 3A | 39 | 0 | 37 | 31 | 7A | 28 | 24 |
| Octal | 70 | 202 | 72 | 71 | 0 | 67 | 61 | 172 | 50 | 44 |
| Binary | 111000 | 10000010 | 111010 | 111001 | 0 | 110111 | 110001 | 1111010 | 101000 | 100100 |
Color Harmonies of #38823A
Complementary color
Monochromatic Colors of #38823A
Black with #38823A
Text Example
Text Example
White with #38823A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38823A; }
p { color: rgb(56,130,58); }
H1.HeaderClassName
{
color: #38823A;
}
.AnyTagClassName
{
color: #38823A;
}
</style>
background-color css
<style>
a { background-color: #38823A; }
a { background-color: rgb(56,130,58); }
div.DivClassName
{
background-color: #38823A;
}
.BgClassName
{
background-color: #38823A;
}
</style>
border-color css
<style>
span { border-color: #38823A; }
span { border-color: rgb(56,130,58); }
td.TdClassName
{
border-color: #38823A;
}
.TagClassName
{
border-color: #38823A;
}
</style>