Shades of Japanese Laurel #39903D
Tints of Japanese Laurel #39903D
RGB
CMYK
RGB Variations
Color information
#39903D (or 0x39903D) is known color: Japanese Laurel. HEX triplet: 39, 90 and 3D. RGB value is (57,144,61). Sum of RGB (Red+Green+Blue) = 57+144+61=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #39903D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39903D is #C66FC2. Grayscale: #6C6C6C. Windows color (decimal): -13004739 or 4034617. OLE color: 4034617.
HSL color Cylindrical-coordinate representation of color #39903D: hue angle of 122.76º 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 #39903D is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 144 | 61 | - |
| CMYK | 0.60 | 0 | 0.58 | 0.44 |
| HSL | 122.76º | 0.43% | 0.39% | - |
| HSV(B) | 122.76º | 0.6% | 0.56% | - |
| XYZ | 12.5 | 21.15 | 7.84 | - |
| YUV | 108.53 | 101.18 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 144 | 61 | 0.60 | 0 | 0.58 | 0.44 | 122.76 | 0.43 | 0.39 |
| Hex | 39 | 90 | 3D | 3C | 0 | 3A | 2C | 7B | 2B | 27 |
| Octal | 71 | 220 | 75 | 74 | 0 | 72 | 54 | 173 | 53 | 47 |
| Binary | 111001 | 10010000 | 111101 | 111100 | 0 | 111010 | 101100 | 1111011 | 101011 | 100111 |
Color Harmonies of #39903D
Complementary color
Monochromatic Colors of #39903D
Black with #39903D
Text Example
Text Example
White with #39903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39903D; }
p { color: rgb(57,144,61); }
H1.HeaderClassName
{
color: #39903D;
}
.AnyTagClassName
{
color: #39903D;
}
</style>
background-color css
<style>
a { background-color: #39903D; }
a { background-color: rgb(57,144,61); }
div.DivClassName
{
background-color: #39903D;
}
.BgClassName
{
background-color: #39903D;
}
</style>
border-color css
<style>
span { border-color: #39903D; }
span { border-color: rgb(57,144,61); }
td.TdClassName
{
border-color: #39903D;
}
.TagClassName
{
border-color: #39903D;
}
</style>