Shades of Japanese Laurel #357B2F
Tints of Japanese Laurel #357B2F
RGB
CMYK
RGB Variations
Color information
#357B2F (or 0x357B2F) is known color: Japanese Laurel. HEX triplet: 35, 7B and 2F. RGB value is (53,123,47). Sum of RGB (Red+Green+Blue) = 53+123+47=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 123 (48.44% from 255 or 55.16% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 123 - color contains mainly: green. Hex color #357B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357B2F is #CA84D0. Grayscale: #5D5D5D. Windows color (decimal): -13272273 or 3111733. OLE color: 3111733.
HSL color Cylindrical-coordinate representation of color #357B2F: hue angle of 115.26º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #357B2F is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 123 | 47 | - |
| CMYK | 0.57 | 0 | 0.62 | 0.52 |
| HSL | 115.26º | 0.45% | 0.33% | - |
| HSV(B) | 115.26º | 0.62% | 0.48% | - |
| XYZ | 9.06 | 15.13 | 5.13 | - |
| YUV | 93.41 | 101.81 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 47 | 0.57 | 0 | 0.62 | 0.52 | 115.26 | 0.45 | 0.33 |
| Hex | 35 | 7B | 2F | 39 | 0 | 3E | 34 | 73 | 2D | 21 |
| Octal | 65 | 173 | 57 | 71 | 0 | 76 | 64 | 163 | 55 | 41 |
| Binary | 110101 | 1111011 | 101111 | 111001 | 0 | 111110 | 110100 | 1110011 | 101101 | 100001 |
Color Harmonies of #357B2F
Complementary color
Monochromatic Colors of #357B2F
Black with #357B2F
Text Example
Text Example
White with #357B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357B2F; }
p { color: rgb(53,123,47); }
H1.HeaderClassName
{
color: #357B2F;
}
.AnyTagClassName
{
color: #357B2F;
}
</style>
background-color css
<style>
a { background-color: #357B2F; }
a { background-color: rgb(53,123,47); }
div.DivClassName
{
background-color: #357B2F;
}
.BgClassName
{
background-color: #357B2F;
}
</style>
border-color css
<style>
span { border-color: #357B2F; }
span { border-color: rgb(53,123,47); }
td.TdClassName
{
border-color: #357B2F;
}
.TagClassName
{
border-color: #357B2F;
}
</style>