Shades of Japanese Laurel #35723B
Tints of Japanese Laurel #35723B
RGB
CMYK
RGB Variations
Color information
#35723B (or 0x35723B) is known color: Japanese Laurel. HEX triplet: 35, 72 and 3B. RGB value is (53,114,59). Sum of RGB (Red+Green+Blue) = 53+114+59=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #35723B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35723B is #CA8DC4. Grayscale: #595959. Windows color (decimal): -13274565 or 3895861. OLE color: 3895861.
HSL color Cylindrical-coordinate representation of color #35723B: hue angle of 125.9º 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 #35723B is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 114 | 59 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.55 |
| HSL | 125.9º | 0.37% | 0.33% | - |
| HSV(B) | 125.9º | 0.54% | 0.45% | - |
| XYZ | 8.27 | 13.11 | 6.23 | - |
| YUV | 89.49 | 110.79 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 114 | 59 | 0.54 | 0 | 0.48 | 0.55 | 125.9 | 0.37 | 0.33 |
| Hex | 35 | 72 | 3B | 36 | 0 | 30 | 37 | 7E | 25 | 21 |
| Octal | 65 | 162 | 73 | 66 | 0 | 60 | 67 | 176 | 45 | 41 |
| Binary | 110101 | 1110010 | 111011 | 110110 | 0 | 110000 | 110111 | 1111110 | 100101 | 100001 |
Color Harmonies of #35723B
Complementary color
Monochromatic Colors of #35723B
Black with #35723B
Text Example
Text Example
White with #35723B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35723B; }
p { color: rgb(53,114,59); }
H1.HeaderClassName
{
color: #35723B;
}
.AnyTagClassName
{
color: #35723B;
}
</style>
background-color css
<style>
a { background-color: #35723B; }
a { background-color: rgb(53,114,59); }
div.DivClassName
{
background-color: #35723B;
}
.BgClassName
{
background-color: #35723B;
}
</style>
border-color css
<style>
span { border-color: #35723B; }
span { border-color: rgb(53,114,59); }
td.TdClassName
{
border-color: #35723B;
}
.TagClassName
{
border-color: #35723B;
}
</style>