Shades of Japanese Laurel #35823C
Tints of Japanese Laurel #35823C
RGB
CMYK
RGB Variations
Color information
#35823C (or 0x35823C) is known color: Japanese Laurel. HEX triplet: 35, 82 and 3C. RGB value is (53,130,60). Sum of RGB (Red+Green+Blue) = 53+130+60=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #35823C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35823C is #CA7DC3. Grayscale: #636363. Windows color (decimal): -13270468 or 3965493. OLE color: 3965493.
HSL color Cylindrical-coordinate representation of color #35823C: hue angle of 125.45º 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 #35823C is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 130 | 60 | - |
| CMYK | 0.59 | 0 | 0.54 | 0.49 |
| HSL | 125.45º | 0.42% | 0.36% | - |
| HSV(B) | 125.45º | 0.59% | 0.51% | - |
| XYZ | 10.27 | 17.05 | 7.02 | - |
| YUV | 99 | 105.99 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 130 | 60 | 0.59 | 0 | 0.54 | 0.49 | 125.45 | 0.42 | 0.36 |
| Hex | 35 | 82 | 3C | 3B | 0 | 36 | 31 | 7D | 2A | 24 |
| Octal | 65 | 202 | 74 | 73 | 0 | 66 | 61 | 175 | 52 | 44 |
| Binary | 110101 | 10000010 | 111100 | 111011 | 0 | 110110 | 110001 | 1111101 | 101010 | 100100 |
Color Harmonies of #35823C
Complementary color
Monochromatic Colors of #35823C
Black with #35823C
Text Example
Text Example
White with #35823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35823C; }
p { color: rgb(53,130,60); }
H1.HeaderClassName
{
color: #35823C;
}
.AnyTagClassName
{
color: #35823C;
}
</style>
background-color css
<style>
a { background-color: #35823C; }
a { background-color: rgb(53,130,60); }
div.DivClassName
{
background-color: #35823C;
}
.BgClassName
{
background-color: #35823C;
}
</style>
border-color css
<style>
span { border-color: #35823C; }
span { border-color: rgb(53,130,60); }
td.TdClassName
{
border-color: #35823C;
}
.TagClassName
{
border-color: #35823C;
}
</style>