Shades of Japanese Laurel #35803A
Tints of Japanese Laurel #35803A
RGB
CMYK
RGB Variations
Color information
#35803A (or 0x35803A) is known color: Japanese Laurel. HEX triplet: 35, 80 and 3A. RGB value is (53,128,58). Sum of RGB (Red+Green+Blue) = 53+128+58=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 128 (50.39% from 255 or 53.56% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 128 - color contains mainly: green. Hex color #35803A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35803A is #CA7FC5. Grayscale: #616161. Windows color (decimal): -13270982 or 3833909. OLE color: 3833909.
HSL color Cylindrical-coordinate representation of color #35803A: hue angle of 124º 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 #35803A is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 128 | 58 | - |
| CMYK | 0.59 | 0 | 0.55 | 0.50 |
| HSL | 124º | 0.41% | 0.35% | - |
| HSV(B) | 124º | 0.59% | 0.5% | - |
| XYZ | 9.95 | 16.5 | 6.66 | - |
| YUV | 97.6 | 105.65 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 128 | 58 | 0.59 | 0 | 0.55 | 0.50 | 124 | 0.41 | 0.35 |
| Hex | 35 | 80 | 3A | 3B | 0 | 37 | 32 | 7C | 29 | 23 |
| Octal | 65 | 200 | 72 | 73 | 0 | 67 | 62 | 174 | 51 | 43 |
| Binary | 110101 | 10000000 | 111010 | 111011 | 0 | 110111 | 110010 | 1111100 | 101001 | 100011 |
Color Harmonies of #35803A
Complementary color
Monochromatic Colors of #35803A
Black with #35803A
Text Example
Text Example
White with #35803A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35803A; }
p { color: rgb(53,128,58); }
H1.HeaderClassName
{
color: #35803A;
}
.AnyTagClassName
{
color: #35803A;
}
</style>
background-color css
<style>
a { background-color: #35803A; }
a { background-color: rgb(53,128,58); }
div.DivClassName
{
background-color: #35803A;
}
.BgClassName
{
background-color: #35803A;
}
</style>
border-color css
<style>
span { border-color: #35803A; }
span { border-color: rgb(53,128,58); }
td.TdClassName
{
border-color: #35803A;
}
.TagClassName
{
border-color: #35803A;
}
</style>