Shades of Japanese Laurel #257C34
Tints of Japanese Laurel #257C34
RGB
CMYK
RGB Variations
Color information
#257C34 (or 0x257C34) is known color: Japanese Laurel. HEX triplet: 25, 7C and 34. RGB value is (37,124,52). Sum of RGB (Red+Green+Blue) = 37+124+52=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 124 (48.83% from 255 or 58.22% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 124 - color contains mainly: green. Hex color #257C34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257C34 is #DA83CB. Grayscale: #595959. Windows color (decimal): -14320588 or 3439653. OLE color: 3439653.
HSL color Cylindrical-coordinate representation of color #257C34: hue angle of 130.34º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257C34 is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 124 | 52 | - |
| CMYK | 0.70 | 0 | 0.58 | 0.51 |
| HSL | 130.34º | 0.54% | 0.32% | - |
| HSV(B) | 130.34º | 0.7% | 0.49% | - |
| XYZ | 8.59 | 15.06 | 5.7 | - |
| YUV | 89.78 | 106.68 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 52 | 0.70 | 0 | 0.58 | 0.51 | 130.34 | 0.54 | 0.32 |
| Hex | 25 | 7C | 34 | 46 | 0 | 3A | 33 | 82 | 36 | 20 |
| Octal | 45 | 174 | 64 | 106 | 0 | 72 | 63 | 202 | 66 | 40 |
| Binary | 100101 | 1111100 | 110100 | 1000110 | 0 | 111010 | 110011 | 10000010 | 110110 | 100000 |
Color Harmonies of #257C34
Complementary color
Monochromatic Colors of #257C34
Black with #257C34
Text Example
Text Example
White with #257C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257C34; }
p { color: rgb(37,124,52); }
H1.HeaderClassName
{
color: #257C34;
}
.AnyTagClassName
{
color: #257C34;
}
</style>
background-color css
<style>
a { background-color: #257C34; }
a { background-color: rgb(37,124,52); }
div.DivClassName
{
background-color: #257C34;
}
.BgClassName
{
background-color: #257C34;
}
</style>
border-color css
<style>
span { border-color: #257C34; }
span { border-color: rgb(37,124,52); }
td.TdClassName
{
border-color: #257C34;
}
.TagClassName
{
border-color: #257C34;
}
</style>