Shades of Japanese Laurel #38823D
Tints of Japanese Laurel #38823D
RGB
CMYK
RGB Variations
Color information
#38823D (or 0x38823D) is known color: Japanese Laurel. HEX triplet: 38, 82 and 3D. RGB value is (56,130,61). Sum of RGB (Red+Green+Blue) = 56+130+61=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #38823D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38823D is #C77DC2. Grayscale: #646464. Windows color (decimal): -13073859 or 4031032. OLE color: 4031032.
HSL color Cylindrical-coordinate representation of color #38823D: hue angle of 124.05º 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 #38823D is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 130 | 61 | - |
| CMYK | 0.57 | 0 | 0.53 | 0.49 |
| HSL | 124.05º | 0.4% | 0.36% | - |
| HSV(B) | 124.05º | 0.57% | 0.51% | - |
| XYZ | 10.46 | 17.14 | 7.17 | - |
| YUV | 100.01 | 105.98 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 61 | 0.57 | 0 | 0.53 | 0.49 | 124.05 | 0.4 | 0.36 |
| Hex | 38 | 82 | 3D | 39 | 0 | 35 | 31 | 7C | 28 | 24 |
| Octal | 70 | 202 | 75 | 71 | 0 | 65 | 61 | 174 | 50 | 44 |
| Binary | 111000 | 10000010 | 111101 | 111001 | 0 | 110101 | 110001 | 1111100 | 101000 | 100100 |
Color Harmonies of #38823D
Complementary color
Monochromatic Colors of #38823D
Black with #38823D
Text Example
Text Example
White with #38823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38823D; }
p { color: rgb(56,130,61); }
H1.HeaderClassName
{
color: #38823D;
}
.AnyTagClassName
{
color: #38823D;
}
</style>
background-color css
<style>
a { background-color: #38823D; }
a { background-color: rgb(56,130,61); }
div.DivClassName
{
background-color: #38823D;
}
.BgClassName
{
background-color: #38823D;
}
</style>
border-color css
<style>
span { border-color: #38823D; }
span { border-color: rgb(56,130,61); }
td.TdClassName
{
border-color: #38823D;
}
.TagClassName
{
border-color: #38823D;
}
</style>