Shades of Japanese Laurel #39843A
Tints of Japanese Laurel #39843A
RGB
CMYK
RGB Variations
Color information
#39843A (or 0x39843A) is known color: Japanese Laurel. HEX triplet: 39, 84 and 3A. RGB value is (57,132,58). Sum of RGB (Red+Green+Blue) = 57+132+58=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #39843A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39843A is #C67BC5. Grayscale: #656565. Windows color (decimal): -13007814 or 3834937. OLE color: 3834937.
HSL color Cylindrical-coordinate representation of color #39843A: hue angle of 120.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #39843A is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 132 | 58 | - |
| CMYK | 0.57 | 0 | 0.56 | 0.48 |
| HSL | 120.8º | 0.4% | 0.37% | - |
| HSV(B) | 120.8º | 0.57% | 0.52% | - |
| XYZ | 10.7 | 17.68 | 6.85 | - |
| YUV | 101.14 | 103.65 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 132 | 58 | 0.57 | 0 | 0.56 | 0.48 | 120.8 | 0.4 | 0.37 |
| Hex | 39 | 84 | 3A | 39 | 0 | 38 | 30 | 79 | 28 | 25 |
| Octal | 71 | 204 | 72 | 71 | 0 | 70 | 60 | 171 | 50 | 45 |
| Binary | 111001 | 10000100 | 111010 | 111001 | 0 | 111000 | 110000 | 1111001 | 101000 | 100101 |
Color Harmonies of #39843A
Complementary color
Monochromatic Colors of #39843A
Black with #39843A
Text Example
Text Example
White with #39843A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39843A; }
p { color: rgb(57,132,58); }
H1.HeaderClassName
{
color: #39843A;
}
.AnyTagClassName
{
color: #39843A;
}
</style>
background-color css
<style>
a { background-color: #39843A; }
a { background-color: rgb(57,132,58); }
div.DivClassName
{
background-color: #39843A;
}
.BgClassName
{
background-color: #39843A;
}
</style>
border-color css
<style>
span { border-color: #39843A; }
span { border-color: rgb(57,132,58); }
td.TdClassName
{
border-color: #39843A;
}
.TagClassName
{
border-color: #39843A;
}
</style>