Shades of Japanese Laurel #35823E
Tints of Japanese Laurel #35823E
RGB
CMYK
RGB Variations
Color information
#35823E (or 0x35823E) is known color: Japanese Laurel. HEX triplet: 35, 82 and 3E. RGB value is (53,130,62). Sum of RGB (Red+Green+Blue) = 53+130+62=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #35823E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35823E is #CA7DC1. Grayscale: #636363. Windows color (decimal): -13270466 or 4096565. OLE color: 4096565.
HSL color Cylindrical-coordinate representation of color #35823E: hue angle of 127.01º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35823E is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 130 | 62 | - |
| CMYK | 0.59 | 0 | 0.52 | 0.49 |
| HSL | 127.01º | 0.42% | 0.36% | - |
| HSV(B) | 127.01º | 0.59% | 0.51% | - |
| XYZ | 10.32 | 17.07 | 7.31 | - |
| YUV | 99.23 | 106.99 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 130 | 62 | 0.59 | 0 | 0.52 | 0.49 | 127.01 | 0.42 | 0.36 |
| Hex | 35 | 82 | 3E | 3B | 0 | 34 | 31 | 7F | 2A | 24 |
| Octal | 65 | 202 | 76 | 73 | 0 | 64 | 61 | 177 | 52 | 44 |
| Binary | 110101 | 10000010 | 111110 | 111011 | 0 | 110100 | 110001 | 1111111 | 101010 | 100100 |
Color Harmonies of #35823E
Complementary color
Monochromatic Colors of #35823E
Black with #35823E
Text Example
Text Example
White with #35823E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35823E; }
p { color: rgb(53,130,62); }
H1.HeaderClassName
{
color: #35823E;
}
.AnyTagClassName
{
color: #35823E;
}
</style>
background-color css
<style>
a { background-color: #35823E; }
a { background-color: rgb(53,130,62); }
div.DivClassName
{
background-color: #35823E;
}
.BgClassName
{
background-color: #35823E;
}
</style>
border-color css
<style>
span { border-color: #35823E; }
span { border-color: rgb(53,130,62); }
td.TdClassName
{
border-color: #35823E;
}
.TagClassName
{
border-color: #35823E;
}
</style>