Shades of Japanese Laurel #357F30
Tints of Japanese Laurel #357F30
RGB
CMYK
RGB Variations
Color information
#357F30 (or 0x357F30) is known color: Japanese Laurel. HEX triplet: 35, 7F and 30. RGB value is (53,127,48). Sum of RGB (Red+Green+Blue) = 53+127+48=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 127 (50% from 255 or 55.70% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 127 - color contains mainly: green. Hex color #357F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357F30 is #CA80CF. Grayscale: #606060. Windows color (decimal): -13271248 or 3178293. OLE color: 3178293.
HSL color Cylindrical-coordinate representation of color #357F30: hue angle of 116.2º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #357F30 is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 127 | 48 | - |
| CMYK | 0.58 | 0 | 0.62 | 0.50 |
| HSL | 116.2º | 0.45% | 0.34% | - |
| HSV(B) | 116.2º | 0.62% | 0.5% | - |
| XYZ | 9.59 | 16.15 | 5.41 | - |
| YUV | 95.87 | 100.98 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 127 | 48 | 0.58 | 0 | 0.62 | 0.50 | 116.2 | 0.45 | 0.34 |
| Hex | 35 | 7F | 30 | 3A | 0 | 3E | 32 | 74 | 2D | 22 |
| Octal | 65 | 177 | 60 | 72 | 0 | 76 | 62 | 164 | 55 | 42 |
| Binary | 110101 | 1111111 | 110000 | 111010 | 0 | 111110 | 110010 | 1110100 | 101101 | 100010 |
Color Harmonies of #357F30
Complementary color
Monochromatic Colors of #357F30
Black with #357F30
Text Example
Text Example
White with #357F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357F30; }
p { color: rgb(53,127,48); }
H1.HeaderClassName
{
color: #357F30;
}
.AnyTagClassName
{
color: #357F30;
}
</style>
background-color css
<style>
a { background-color: #357F30; }
a { background-color: rgb(53,127,48); }
div.DivClassName
{
background-color: #357F30;
}
.BgClassName
{
background-color: #357F30;
}
</style>
border-color css
<style>
span { border-color: #357F30; }
span { border-color: rgb(53,127,48); }
td.TdClassName
{
border-color: #357F30;
}
.TagClassName
{
border-color: #357F30;
}
</style>