Shades of Japanese Laurel #35803E
Tints of Japanese Laurel #35803E
RGB
CMYK
RGB Variations
Color information
#35803E (or 0x35803E) is known color: Japanese Laurel. HEX triplet: 35, 80 and 3E. RGB value is (53,128,62). Sum of RGB (Red+Green+Blue) = 53+128+62=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 128 (50.39% from 255 or 52.67% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 128 - color contains mainly: green. Hex color #35803E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35803E is #CA7FC1. Grayscale: #626262. Windows color (decimal): -13270978 or 4096053. OLE color: 4096053.
HSL color Cylindrical-coordinate representation of color #35803E: hue angle of 127.2º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35803E is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 128 | 62 | - |
| CMYK | 0.59 | 0 | 0.52 | 0.50 |
| HSL | 127.2º | 0.41% | 0.35% | - |
| HSV(B) | 127.2º | 0.59% | 0.5% | - |
| XYZ | 10.06 | 16.54 | 7.22 | - |
| YUV | 98.05 | 107.65 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 128 | 62 | 0.59 | 0 | 0.52 | 0.50 | 127.2 | 0.41 | 0.35 |
| Hex | 35 | 80 | 3E | 3B | 0 | 34 | 32 | 7F | 29 | 23 |
| Octal | 65 | 200 | 76 | 73 | 0 | 64 | 62 | 177 | 51 | 43 |
| Binary | 110101 | 10000000 | 111110 | 111011 | 0 | 110100 | 110010 | 1111111 | 101001 | 100011 |
Color Harmonies of #35803E
Complementary color
Monochromatic Colors of #35803E
Black with #35803E
Text Example
Text Example
White with #35803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35803E; }
p { color: rgb(53,128,62); }
H1.HeaderClassName
{
color: #35803E;
}
.AnyTagClassName
{
color: #35803E;
}
</style>
background-color css
<style>
a { background-color: #35803E; }
a { background-color: rgb(53,128,62); }
div.DivClassName
{
background-color: #35803E;
}
.BgClassName
{
background-color: #35803E;
}
</style>
border-color css
<style>
span { border-color: #35803E; }
span { border-color: rgb(53,128,62); }
td.TdClassName
{
border-color: #35803E;
}
.TagClassName
{
border-color: #35803E;
}
</style>