Shades of Japanese Laurel #35873C
Tints of Japanese Laurel #35873C
RGB
CMYK
RGB Variations
Color information
#35873C (or 0x35873C) is known color: Japanese Laurel. HEX triplet: 35, 87 and 3C. RGB value is (53,135,60). Sum of RGB (Red+Green+Blue) = 53+135+60=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 135 (53.12% from 255 or 54.44% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 135 - color contains mainly: green. Hex color #35873C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35873C is #CA78C3. Grayscale: #666666. Windows color (decimal): -13269188 or 3966773. OLE color: 3966773.
HSL color Cylindrical-coordinate representation of color #35873C: hue angle of 125.12º 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 #35873C is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 135 | 60 | - |
| CMYK | 0.61 | 0 | 0.56 | 0.47 |
| HSL | 125.12º | 0.44% | 0.37% | - |
| HSV(B) | 125.12º | 0.61% | 0.53% | - |
| XYZ | 10.95 | 18.41 | 7.25 | - |
| YUV | 101.93 | 104.33 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 135 | 60 | 0.61 | 0 | 0.56 | 0.47 | 125.12 | 0.44 | 0.37 |
| Hex | 35 | 87 | 3C | 3D | 0 | 38 | 2F | 7D | 2C | 25 |
| Octal | 65 | 207 | 74 | 75 | 0 | 70 | 57 | 175 | 54 | 45 |
| Binary | 110101 | 10000111 | 111100 | 111101 | 0 | 111000 | 101111 | 1111101 | 101100 | 100101 |
Color Harmonies of #35873C
Complementary color
Monochromatic Colors of #35873C
Black with #35873C
Text Example
Text Example
White with #35873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35873C; }
p { color: rgb(53,135,60); }
H1.HeaderClassName
{
color: #35873C;
}
.AnyTagClassName
{
color: #35873C;
}
</style>
background-color css
<style>
a { background-color: #35873C; }
a { background-color: rgb(53,135,60); }
div.DivClassName
{
background-color: #35873C;
}
.BgClassName
{
background-color: #35873C;
}
</style>
border-color css
<style>
span { border-color: #35873C; }
span { border-color: rgb(53,135,60); }
td.TdClassName
{
border-color: #35873C;
}
.TagClassName
{
border-color: #35873C;
}
</style>