Shades of Japanese Laurel #39913C
Tints of Japanese Laurel #39913C
RGB
CMYK
RGB Variations
Color information
#39913C (or 0x39913C) is known color: Japanese Laurel. HEX triplet: 39, 91 and 3C. RGB value is (57,145,60). Sum of RGB (Red+Green+Blue) = 57+145+60=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 145 (57.03% from 255 or 55.34% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 145 - color contains mainly: green. Hex color #39913C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39913C is #C66EC3. Grayscale: #6D6D6D. Windows color (decimal): -13004484 or 3969337. OLE color: 3969337.
HSL color Cylindrical-coordinate representation of color #39913C: hue angle of 122.05º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #39913C is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 145 | 60 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.43 |
| HSL | 122.05º | 0.44% | 0.4% | - |
| HSV(B) | 122.05º | 0.61% | 0.57% | - |
| XYZ | 12.63 | 21.45 | 7.75 | - |
| YUV | 109 | 100.35 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 145 | 60 | 0.61 | 0 | 0.59 | 0.43 | 122.05 | 0.44 | 0.4 |
| Hex | 39 | 91 | 3C | 3D | 0 | 3B | 2B | 7A | 2C | 28 |
| Octal | 71 | 221 | 74 | 75 | 0 | 73 | 53 | 172 | 54 | 50 |
| Binary | 111001 | 10010001 | 111100 | 111101 | 0 | 111011 | 101011 | 1111010 | 101100 | 101000 |
Color Harmonies of #39913C
Complementary color
Monochromatic Colors of #39913C
Black with #39913C
Text Example
Text Example
White with #39913C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39913C; }
p { color: rgb(57,145,60); }
H1.HeaderClassName
{
color: #39913C;
}
.AnyTagClassName
{
color: #39913C;
}
</style>
background-color css
<style>
a { background-color: #39913C; }
a { background-color: rgb(57,145,60); }
div.DivClassName
{
background-color: #39913C;
}
.BgClassName
{
background-color: #39913C;
}
</style>
border-color css
<style>
span { border-color: #39913C; }
span { border-color: rgb(57,145,60); }
td.TdClassName
{
border-color: #39913C;
}
.TagClassName
{
border-color: #39913C;
}
</style>