Shades of Japanese Laurel #35733D
Tints of Japanese Laurel #35733D
RGB
CMYK
RGB Variations
Color information
#35733D (or 0x35733D) is known color: Japanese Laurel. HEX triplet: 35, 73 and 3D. RGB value is (53,115,61). Sum of RGB (Red+Green+Blue) = 53+115+61=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #35733D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35733D is #CA8CC2. Grayscale: #5A5A5A. Windows color (decimal): -13274307 or 4027189. OLE color: 4027189.
HSL color Cylindrical-coordinate representation of color #35733D: hue angle of 127.74º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #35733D is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 115 | 61 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.55 |
| HSL | 127.74º | 0.37% | 0.33% | - |
| HSV(B) | 127.74º | 0.54% | 0.45% | - |
| XYZ | 8.44 | 13.36 | 6.55 | - |
| YUV | 90.31 | 111.46 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 115 | 61 | 0.54 | 0 | 0.47 | 0.55 | 127.74 | 0.37 | 0.33 |
| Hex | 35 | 73 | 3D | 36 | 0 | 2F | 37 | 80 | 25 | 21 |
| Octal | 65 | 163 | 75 | 66 | 0 | 57 | 67 | 200 | 45 | 41 |
| Binary | 110101 | 1110011 | 111101 | 110110 | 0 | 101111 | 110111 | 10000000 | 100101 | 100001 |
Color Harmonies of #35733D
Complementary color
Monochromatic Colors of #35733D
Black with #35733D
Text Example
Text Example
White with #35733D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35733D; }
p { color: rgb(53,115,61); }
H1.HeaderClassName
{
color: #35733D;
}
.AnyTagClassName
{
color: #35733D;
}
</style>
background-color css
<style>
a { background-color: #35733D; }
a { background-color: rgb(53,115,61); }
div.DivClassName
{
background-color: #35733D;
}
.BgClassName
{
background-color: #35733D;
}
</style>
border-color css
<style>
span { border-color: #35733D; }
span { border-color: rgb(53,115,61); }
td.TdClassName
{
border-color: #35733D;
}
.TagClassName
{
border-color: #35733D;
}
</style>