Shades of Japanese Laurel #35833D
Tints of Japanese Laurel #35833D
RGB
CMYK
RGB Variations
Color information
#35833D (or 0x35833D) is known color: Japanese Laurel. HEX triplet: 35, 83 and 3D. RGB value is (53,131,61). Sum of RGB (Red+Green+Blue) = 53+131+61=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 131 (51.56% from 255 or 53.47% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 131 - color contains mainly: green. Hex color #35833D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35833D is #CA7CC2. Grayscale: #636363. Windows color (decimal): -13270211 or 4031285. OLE color: 4031285.
HSL color Cylindrical-coordinate representation of color #35833D: hue angle of 126.15º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35833D is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 131 | 61 | - |
| CMYK | 0.60 | 0 | 0.53 | 0.49 |
| HSL | 126.15º | 0.42% | 0.36% | - |
| HSV(B) | 126.15º | 0.6% | 0.51% | - |
| XYZ | 10.43 | 17.33 | 7.21 | - |
| YUV | 99.7 | 106.16 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 131 | 61 | 0.60 | 0 | 0.53 | 0.49 | 126.15 | 0.42 | 0.36 |
| Hex | 35 | 83 | 3D | 3C | 0 | 35 | 31 | 7E | 2A | 24 |
| Octal | 65 | 203 | 75 | 74 | 0 | 65 | 61 | 176 | 52 | 44 |
| Binary | 110101 | 10000011 | 111101 | 111100 | 0 | 110101 | 110001 | 1111110 | 101010 | 100100 |
Color Harmonies of #35833D
Complementary color
Monochromatic Colors of #35833D
Black with #35833D
Text Example
Text Example
White with #35833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35833D; }
p { color: rgb(53,131,61); }
H1.HeaderClassName
{
color: #35833D;
}
.AnyTagClassName
{
color: #35833D;
}
</style>
background-color css
<style>
a { background-color: #35833D; }
a { background-color: rgb(53,131,61); }
div.DivClassName
{
background-color: #35833D;
}
.BgClassName
{
background-color: #35833D;
}
</style>
border-color css
<style>
span { border-color: #35833D; }
span { border-color: rgb(53,131,61); }
td.TdClassName
{
border-color: #35833D;
}
.TagClassName
{
border-color: #35833D;
}
</style>