Shades of Japanese Laurel #35833C
Tints of Japanese Laurel #35833C
RGB
CMYK
RGB Variations
Color information
#35833C (or 0x35833C) is known color: Japanese Laurel. HEX triplet: 35, 83 and 3C. RGB value is (53,131,60). Sum of RGB (Red+Green+Blue) = 53+131+60=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 131 (51.56% from 255 or 53.69% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 131 - color contains mainly: green. Hex color #35833C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35833C is #CA7CC3. Grayscale: #636363. Windows color (decimal): -13270212 or 3965749. OLE color: 3965749.
HSL color Cylindrical-coordinate representation of color #35833C: hue angle of 125.38º 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 #35833C is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 131 | 60 | - |
| CMYK | 0.60 | 0 | 0.54 | 0.49 |
| HSL | 125.38º | 0.42% | 0.36% | - |
| HSV(B) | 125.38º | 0.6% | 0.51% | - |
| XYZ | 10.4 | 17.32 | 7.07 | - |
| YUV | 99.58 | 105.66 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 131 | 60 | 0.60 | 0 | 0.54 | 0.49 | 125.38 | 0.42 | 0.36 |
| Hex | 35 | 83 | 3C | 3C | 0 | 36 | 31 | 7D | 2A | 24 |
| Octal | 65 | 203 | 74 | 74 | 0 | 66 | 61 | 175 | 52 | 44 |
| Binary | 110101 | 10000011 | 111100 | 111100 | 0 | 110110 | 110001 | 1111101 | 101010 | 100100 |
Color Harmonies of #35833C
Complementary color
Monochromatic Colors of #35833C
Black with #35833C
Text Example
Text Example
White with #35833C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35833C; }
p { color: rgb(53,131,60); }
H1.HeaderClassName
{
color: #35833C;
}
.AnyTagClassName
{
color: #35833C;
}
</style>
background-color css
<style>
a { background-color: #35833C; }
a { background-color: rgb(53,131,60); }
div.DivClassName
{
background-color: #35833C;
}
.BgClassName
{
background-color: #35833C;
}
</style>
border-color css
<style>
span { border-color: #35833C; }
span { border-color: rgb(53,131,60); }
td.TdClassName
{
border-color: #35833C;
}
.TagClassName
{
border-color: #35833C;
}
</style>