Shades of Japanese Laurel #35873A
Tints of Japanese Laurel #35873A
RGB
CMYK
RGB Variations
Color information
#35873A (or 0x35873A) is known color: Japanese Laurel. HEX triplet: 35, 87 and 3A. RGB value is (53,135,58). Sum of RGB (Red+Green+Blue) = 53+135+58=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 135 (53.12% from 255 or 54.88% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 135 - color contains mainly: green. Hex color #35873A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35873A is #CA78C5. Grayscale: #656565. Windows color (decimal): -13269190 or 3835701. OLE color: 3835701.
HSL color Cylindrical-coordinate representation of color #35873A: hue angle of 123.66º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #35873A is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 135 | 58 | - |
| CMYK | 0.61 | 0 | 0.57 | 0.47 |
| HSL | 123.66º | 0.44% | 0.37% | - |
| HSV(B) | 123.66º | 0.61% | 0.53% | - |
| XYZ | 10.9 | 18.39 | 6.98 | - |
| YUV | 101.7 | 103.33 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 135 | 58 | 0.61 | 0 | 0.57 | 0.47 | 123.66 | 0.44 | 0.37 |
| Hex | 35 | 87 | 3A | 3D | 0 | 39 | 2F | 7C | 2C | 25 |
| Octal | 65 | 207 | 72 | 75 | 0 | 71 | 57 | 174 | 54 | 45 |
| Binary | 110101 | 10000111 | 111010 | 111101 | 0 | 111001 | 101111 | 1111100 | 101100 | 100101 |
Color Harmonies of #35873A
Complementary color
Monochromatic Colors of #35873A
Black with #35873A
Text Example
Text Example
White with #35873A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35873A; }
p { color: rgb(53,135,58); }
H1.HeaderClassName
{
color: #35873A;
}
.AnyTagClassName
{
color: #35873A;
}
</style>
background-color css
<style>
a { background-color: #35873A; }
a { background-color: rgb(53,135,58); }
div.DivClassName
{
background-color: #35873A;
}
.BgClassName
{
background-color: #35873A;
}
</style>
border-color css
<style>
span { border-color: #35873A; }
span { border-color: rgb(53,135,58); }
td.TdClassName
{
border-color: #35873A;
}
.TagClassName
{
border-color: #35873A;
}
</style>