Shades of Japanese Laurel #35903E
Tints of Japanese Laurel #35903E
RGB
CMYK
RGB Variations
Color information
#35903E (or 0x35903E) is known color: Japanese Laurel. HEX triplet: 35, 90 and 3E. RGB value is (53,144,62). Sum of RGB (Red+Green+Blue) = 53+144+62=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 144 (56.64% from 255 or 55.60% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 144 - color contains mainly: green. Hex color #35903E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35903E is #CA6FC1. Grayscale: #6B6B6B. Windows color (decimal): -13266882 or 4100149. OLE color: 4100149.
HSL color Cylindrical-coordinate representation of color #35903E: hue angle of 125.93º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35903E is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 144 | 62 | - |
| CMYK | 0.63 | 0 | 0.57 | 0.44 |
| HSL | 125.93º | 0.46% | 0.39% | - |
| HSV(B) | 125.93º | 0.63% | 0.56% | - |
| XYZ | 12.31 | 21.05 | 7.97 | - |
| YUV | 107.44 | 102.35 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 144 | 62 | 0.63 | 0 | 0.57 | 0.44 | 125.93 | 0.46 | 0.39 |
| Hex | 35 | 90 | 3E | 3F | 0 | 39 | 2C | 7E | 2E | 27 |
| Octal | 65 | 220 | 76 | 77 | 0 | 71 | 54 | 176 | 56 | 47 |
| Binary | 110101 | 10010000 | 111110 | 111111 | 0 | 111001 | 101100 | 1111110 | 101110 | 100111 |
Color Harmonies of #35903E
Complementary color
Monochromatic Colors of #35903E
Black with #35903E
Text Example
Text Example
White with #35903E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35903E; }
p { color: rgb(53,144,62); }
H1.HeaderClassName
{
color: #35903E;
}
.AnyTagClassName
{
color: #35903E;
}
</style>
background-color css
<style>
a { background-color: #35903E; }
a { background-color: rgb(53,144,62); }
div.DivClassName
{
background-color: #35903E;
}
.BgClassName
{
background-color: #35903E;
}
</style>
border-color css
<style>
span { border-color: #35903E; }
span { border-color: rgb(53,144,62); }
td.TdClassName
{
border-color: #35903E;
}
.TagClassName
{
border-color: #35903E;
}
</style>