Shades of Japanese Laurel #39793C
Tints of Japanese Laurel #39793C
RGB
CMYK
RGB Variations
Color information
#39793C (or 0x39793C) is known color: Japanese Laurel. HEX triplet: 39, 79 and 3C. RGB value is (57,121,60). Sum of RGB (Red+Green+Blue) = 57+121+60=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 121 (47.66% from 255 or 50.84% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 121 - color contains mainly: green. Hex color #39793C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39793C is #C686C3. Grayscale: #5F5F5F. Windows color (decimal): -13010628 or 3963193. OLE color: 3963193.
HSL color Cylindrical-coordinate representation of color #39793C: hue angle of 122.81º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #39793C is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 121 | 60 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.53 |
| HSL | 122.81º | 0.36% | 0.35% | - |
| HSV(B) | 122.81º | 0.53% | 0.47% | - |
| XYZ | 9.34 | 14.87 | 6.65 | - |
| YUV | 94.91 | 108.3 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 121 | 60 | 0.53 | 0 | 0.50 | 0.53 | 122.81 | 0.36 | 0.35 |
| Hex | 39 | 79 | 3C | 35 | 0 | 32 | 35 | 7B | 24 | 23 |
| Octal | 71 | 171 | 74 | 65 | 0 | 62 | 65 | 173 | 44 | 43 |
| Binary | 111001 | 1111001 | 111100 | 110101 | 0 | 110010 | 110101 | 1111011 | 100100 | 100011 |
Color Harmonies of #39793C
Complementary color
Monochromatic Colors of #39793C
Black with #39793C
Text Example
Text Example
White with #39793C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39793C; }
p { color: rgb(57,121,60); }
H1.HeaderClassName
{
color: #39793C;
}
.AnyTagClassName
{
color: #39793C;
}
</style>
background-color css
<style>
a { background-color: #39793C; }
a { background-color: rgb(57,121,60); }
div.DivClassName
{
background-color: #39793C;
}
.BgClassName
{
background-color: #39793C;
}
</style>
border-color css
<style>
span { border-color: #39793C; }
span { border-color: rgb(57,121,60); }
td.TdClassName
{
border-color: #39793C;
}
.TagClassName
{
border-color: #39793C;
}
</style>