Shades of Japanese Laurel #257D39
Tints of Japanese Laurel #257D39
RGB
CMYK
RGB Variations
Color information
#257D39 (or 0x257D39) is known color: Japanese Laurel. HEX triplet: 25, 7D and 39. RGB value is (37,125,57). Sum of RGB (Red+Green+Blue) = 37+125+57=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 125 (49.22% from 255 or 57.08% from 219); Blue value is 57 (22.66% from 255 or 26.03% from 219); Max value from RGB is 125 - color contains mainly: green. Hex color #257D39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257D39 is #DA82C6. Grayscale: #5B5B5B. Windows color (decimal): -14320327 or 3767589. OLE color: 3767589.
HSL color Cylindrical-coordinate representation of color #257D39: hue angle of 133.64º 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 #257D39 is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 125 | 57 | - |
| CMYK | 0.70 | 0 | 0.54 | 0.51 |
| HSL | 133.64º | 0.54% | 0.32% | - |
| HSV(B) | 133.64º | 0.7% | 0.49% | - |
| XYZ | 8.84 | 15.36 | 6.37 | - |
| YUV | 90.94 | 108.85 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 125 | 57 | 0.70 | 0 | 0.54 | 0.51 | 133.64 | 0.54 | 0.32 |
| Hex | 25 | 7D | 39 | 46 | 0 | 36 | 33 | 86 | 36 | 20 |
| Octal | 45 | 175 | 71 | 106 | 0 | 66 | 63 | 206 | 66 | 40 |
| Binary | 100101 | 1111101 | 111001 | 1000110 | 0 | 110110 | 110011 | 10000110 | 110110 | 100000 |
Color Harmonies of #257D39
Complementary color
Monochromatic Colors of #257D39
Black with #257D39
Text Example
Text Example
White with #257D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257D39; }
p { color: rgb(37,125,57); }
H1.HeaderClassName
{
color: #257D39;
}
.AnyTagClassName
{
color: #257D39;
}
</style>
background-color css
<style>
a { background-color: #257D39; }
a { background-color: rgb(37,125,57); }
div.DivClassName
{
background-color: #257D39;
}
.BgClassName
{
background-color: #257D39;
}
</style>
border-color css
<style>
span { border-color: #257D39; }
span { border-color: rgb(37,125,57); }
td.TdClassName
{
border-color: #257D39;
}
.TagClassName
{
border-color: #257D39;
}
</style>