Shades of Japanese Laurel #35863A
Tints of Japanese Laurel #35863A
RGB
CMYK
RGB Variations
Color information
#35863A (or 0x35863A) is known color: Japanese Laurel. HEX triplet: 35, 86 and 3A. RGB value is (53,134,58). Sum of RGB (Red+Green+Blue) = 53+134+58=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #35863A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35863A is #CA79C5. Grayscale: #656565. Windows color (decimal): -13269446 or 3835445. OLE color: 3835445.
HSL color Cylindrical-coordinate representation of color #35863A: hue angle of 123.7º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35863A is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 134 | 58 | - |
| CMYK | 0.60 | 0 | 0.57 | 0.47 |
| HSL | 123.7º | 0.43% | 0.37% | - |
| HSV(B) | 123.7º | 0.6% | 0.53% | - |
| XYZ | 10.76 | 18.11 | 6.93 | - |
| YUV | 101.12 | 103.66 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 134 | 58 | 0.60 | 0 | 0.57 | 0.47 | 123.7 | 0.43 | 0.37 |
| Hex | 35 | 86 | 3A | 3C | 0 | 39 | 2F | 7C | 2B | 25 |
| Octal | 65 | 206 | 72 | 74 | 0 | 71 | 57 | 174 | 53 | 45 |
| Binary | 110101 | 10000110 | 111010 | 111100 | 0 | 111001 | 101111 | 1111100 | 101011 | 100101 |
Color Harmonies of #35863A
Complementary color
Monochromatic Colors of #35863A
Black with #35863A
Text Example
Text Example
White with #35863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35863A; }
p { color: rgb(53,134,58); }
H1.HeaderClassName
{
color: #35863A;
}
.AnyTagClassName
{
color: #35863A;
}
</style>
background-color css
<style>
a { background-color: #35863A; }
a { background-color: rgb(53,134,58); }
div.DivClassName
{
background-color: #35863A;
}
.BgClassName
{
background-color: #35863A;
}
</style>
border-color css
<style>
span { border-color: #35863A; }
span { border-color: rgb(53,134,58); }
td.TdClassName
{
border-color: #35863A;
}
.TagClassName
{
border-color: #35863A;
}
</style>