Shades of Japanese Laurel #257E37
Tints of Japanese Laurel #257E37
RGB
CMYK
RGB Variations
Color information
#257E37 (or 0x257E37) is known color: Japanese Laurel. HEX triplet: 25, 7E and 37. RGB value is (37,126,55). Sum of RGB (Red+Green+Blue) = 37+126+55=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 126 (49.61% from 255 or 57.80% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 126 - color contains mainly: green. Hex color #257E37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257E37 is #DA81C8. Grayscale: #5B5B5B. Windows color (decimal): -14320073 or 3636773. OLE color: 3636773.
HSL color Cylindrical-coordinate representation of color #257E37: hue angle of 132.13º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257E37 is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 126 | 55 | - |
| CMYK | 0.71 | 0 | 0.56 | 0.51 |
| HSL | 132.13º | 0.55% | 0.32% | - |
| HSV(B) | 132.13º | 0.71% | 0.49% | - |
| XYZ | 8.91 | 15.59 | 6.15 | - |
| YUV | 91.3 | 107.51 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 126 | 55 | 0.71 | 0 | 0.56 | 0.51 | 132.13 | 0.55 | 0.32 |
| Hex | 25 | 7E | 37 | 47 | 0 | 38 | 33 | 84 | 37 | 20 |
| Octal | 45 | 176 | 67 | 107 | 0 | 70 | 63 | 204 | 67 | 40 |
| Binary | 100101 | 1111110 | 110111 | 1000111 | 0 | 111000 | 110011 | 10000100 | 110111 | 100000 |
Color Harmonies of #257E37
Complementary color
Monochromatic Colors of #257E37
Black with #257E37
Text Example
Text Example
White with #257E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257E37; }
p { color: rgb(37,126,55); }
H1.HeaderClassName
{
color: #257E37;
}
.AnyTagClassName
{
color: #257E37;
}
</style>
background-color css
<style>
a { background-color: #257E37; }
a { background-color: rgb(37,126,55); }
div.DivClassName
{
background-color: #257E37;
}
.BgClassName
{
background-color: #257E37;
}
</style>
border-color css
<style>
span { border-color: #257E37; }
span { border-color: rgb(37,126,55); }
td.TdClassName
{
border-color: #257E37;
}
.TagClassName
{
border-color: #257E37;
}
</style>