Shades of Japanese Laurel #257D36
Tints of Japanese Laurel #257D36
RGB
CMYK
RGB Variations
Color information
#257D36 (or 0x257D36) is known color: Japanese Laurel. HEX triplet: 25, 7D and 36. RGB value is (37,125,54). Sum of RGB (Red+Green+Blue) = 37+125+54=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 125 (49.22% from 255 or 57.87% from 216); Blue value is 54 (21.48% from 255 or 25% from 216); Max value from RGB is 125 - color contains mainly: green. Hex color #257D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257D36 is #DA82C9. Grayscale: #5A5A5A. Windows color (decimal): -14320330 or 3570981. OLE color: 3570981.
HSL color Cylindrical-coordinate representation of color #257D36: hue angle of 131.59º 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 #257D36 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 125 | 54 | - |
| CMYK | 0.70 | 0 | 0.57 | 0.51 |
| HSL | 131.59º | 0.54% | 0.32% | - |
| HSV(B) | 131.59º | 0.7% | 0.49% | - |
| XYZ | 8.76 | 15.33 | 5.99 | - |
| YUV | 90.59 | 107.35 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 125 | 54 | 0.70 | 0 | 0.57 | 0.51 | 131.59 | 0.54 | 0.32 |
| Hex | 25 | 7D | 36 | 46 | 0 | 39 | 33 | 84 | 36 | 20 |
| Octal | 45 | 175 | 66 | 106 | 0 | 71 | 63 | 204 | 66 | 40 |
| Binary | 100101 | 1111101 | 110110 | 1000110 | 0 | 111001 | 110011 | 10000100 | 110110 | 100000 |
Color Harmonies of #257D36
Complementary color
Monochromatic Colors of #257D36
Black with #257D36
Text Example
Text Example
White with #257D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257D36; }
p { color: rgb(37,125,54); }
H1.HeaderClassName
{
color: #257D36;
}
.AnyTagClassName
{
color: #257D36;
}
</style>
background-color css
<style>
a { background-color: #257D36; }
a { background-color: rgb(37,125,54); }
div.DivClassName
{
background-color: #257D36;
}
.BgClassName
{
background-color: #257D36;
}
</style>
border-color css
<style>
span { border-color: #257D36; }
span { border-color: rgb(37,125,54); }
td.TdClassName
{
border-color: #257D36;
}
.TagClassName
{
border-color: #257D36;
}
</style>