Shades of Japanese Laurel #35782D
Tints of Japanese Laurel #35782D
RGB
CMYK
RGB Variations
Color information
#35782D (or 0x35782D) is known color: Japanese Laurel. HEX triplet: 35, 78 and 2D. RGB value is (53,120,45). Sum of RGB (Red+Green+Blue) = 53+120+45=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 120 (47.27% from 255 or 55.05% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 120 - color contains mainly: green. Hex color #35782D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35782D is #CA87D2. Grayscale: #5B5B5B. Windows color (decimal): -13273043 or 2979893. OLE color: 2979893.
HSL color Cylindrical-coordinate representation of color #35782D: hue angle of 113.6º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35782D is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 120 | 45 | - |
| CMYK | 0.56 | 0 | 0.63 | 0.53 |
| HSL | 113.6º | 0.45% | 0.32% | - |
| HSV(B) | 113.6º | 0.63% | 0.47% | - |
| XYZ | 8.66 | 14.38 | 4.8 | - |
| YUV | 91.42 | 101.8 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 120 | 45 | 0.56 | 0 | 0.63 | 0.53 | 113.6 | 0.45 | 0.32 |
| Hex | 35 | 78 | 2D | 38 | 0 | 3F | 35 | 72 | 2D | 20 |
| Octal | 65 | 170 | 55 | 70 | 0 | 77 | 65 | 162 | 55 | 40 |
| Binary | 110101 | 1111000 | 101101 | 111000 | 0 | 111111 | 110101 | 1110010 | 101101 | 100000 |
Color Harmonies of #35782D
Complementary color
Monochromatic Colors of #35782D
Black with #35782D
Text Example
Text Example
White with #35782D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35782D; }
p { color: rgb(53,120,45); }
H1.HeaderClassName
{
color: #35782D;
}
.AnyTagClassName
{
color: #35782D;
}
</style>
background-color css
<style>
a { background-color: #35782D; }
a { background-color: rgb(53,120,45); }
div.DivClassName
{
background-color: #35782D;
}
.BgClassName
{
background-color: #35782D;
}
</style>
border-color css
<style>
span { border-color: #35782D; }
span { border-color: rgb(53,120,45); }
td.TdClassName
{
border-color: #35782D;
}
.TagClassName
{
border-color: #35782D;
}
</style>