Shades of Japanese Laurel #39903C
Tints of Japanese Laurel #39903C
RGB
CMYK
RGB Variations
Color information
#39903C (or 0x39903C) is known color: Japanese Laurel. HEX triplet: 39, 90 and 3C. RGB value is (57,144,60). Sum of RGB (Red+Green+Blue) = 57+144+60=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 144 (56.64% from 255 or 55.17% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 144 - color contains mainly: green. Hex color #39903C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39903C is #C66FC3. Grayscale: #6C6C6C. Windows color (decimal): -13004740 or 3969081. OLE color: 3969081.
HSL color Cylindrical-coordinate representation of color #39903C: hue angle of 122.07º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39903C is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 144 | 60 | - |
| CMYK | 0.60 | 0 | 0.58 | 0.44 |
| HSL | 122.07º | 0.43% | 0.39% | - |
| HSV(B) | 122.07º | 0.6% | 0.56% | - |
| XYZ | 12.48 | 21.14 | 7.7 | - |
| YUV | 108.41 | 100.68 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 144 | 60 | 0.60 | 0 | 0.58 | 0.44 | 122.07 | 0.43 | 0.39 |
| Hex | 39 | 90 | 3C | 3C | 0 | 3A | 2C | 7A | 2B | 27 |
| Octal | 71 | 220 | 74 | 74 | 0 | 72 | 54 | 172 | 53 | 47 |
| Binary | 111001 | 10010000 | 111100 | 111100 | 0 | 111010 | 101100 | 1111010 | 101011 | 100111 |
Color Harmonies of #39903C
Complementary color
Monochromatic Colors of #39903C
Black with #39903C
Text Example
Text Example
White with #39903C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39903C; }
p { color: rgb(57,144,60); }
H1.HeaderClassName
{
color: #39903C;
}
.AnyTagClassName
{
color: #39903C;
}
</style>
background-color css
<style>
a { background-color: #39903C; }
a { background-color: rgb(57,144,60); }
div.DivClassName
{
background-color: #39903C;
}
.BgClassName
{
background-color: #39903C;
}
</style>
border-color css
<style>
span { border-color: #39903C; }
span { border-color: rgb(57,144,60); }
td.TdClassName
{
border-color: #39903C;
}
.TagClassName
{
border-color: #39903C;
}
</style>