Shades of Japanese Laurel #39823F
Tints of Japanese Laurel #39823F
RGB
CMYK
RGB Variations
Color information
#39823F (or 0x39823F) is known color: Japanese Laurel. HEX triplet: 39, 82 and 3F. RGB value is (57,130,63). Sum of RGB (Red+Green+Blue) = 57+130+63=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #39823F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39823F is #C67DC0. Grayscale: #646464. Windows color (decimal): -13008321 or 4162105. OLE color: 4162105.
HSL color Cylindrical-coordinate representation of color #39823F: hue angle of 124.93º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #39823F is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 130 | 63 | - |
| CMYK | 0.56 | 0 | 0.52 | 0.49 |
| HSL | 124.93º | 0.39% | 0.37% | - |
| HSV(B) | 124.93º | 0.56% | 0.51% | - |
| XYZ | 10.57 | 17.19 | 7.46 | - |
| YUV | 100.54 | 106.82 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 130 | 63 | 0.56 | 0 | 0.52 | 0.49 | 124.93 | 0.39 | 0.37 |
| Hex | 39 | 82 | 3F | 38 | 0 | 34 | 31 | 7D | 27 | 25 |
| Octal | 71 | 202 | 77 | 70 | 0 | 64 | 61 | 175 | 47 | 45 |
| Binary | 111001 | 10000010 | 111111 | 111000 | 0 | 110100 | 110001 | 1111101 | 100111 | 100101 |
Color Harmonies of #39823F
Complementary color
Monochromatic Colors of #39823F
Black with #39823F
Text Example
Text Example
White with #39823F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39823F; }
p { color: rgb(57,130,63); }
H1.HeaderClassName
{
color: #39823F;
}
.AnyTagClassName
{
color: #39823F;
}
</style>
background-color css
<style>
a { background-color: #39823F; }
a { background-color: rgb(57,130,63); }
div.DivClassName
{
background-color: #39823F;
}
.BgClassName
{
background-color: #39823F;
}
</style>
border-color css
<style>
span { border-color: #39823F; }
span { border-color: rgb(57,130,63); }
td.TdClassName
{
border-color: #39823F;
}
.TagClassName
{
border-color: #39823F;
}
</style>