Shades of Japanese Laurel #257E36
Tints of Japanese Laurel #257E36
RGB
CMYK
RGB Variations
Color information
#257E36 (or 0x257E36) is known color: Japanese Laurel. HEX triplet: 25, 7E and 36. RGB value is (37,126,54). Sum of RGB (Red+Green+Blue) = 37+126+54=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 126 (49.61% from 255 or 58.06% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 126 - color contains mainly: green. Hex color #257E36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257E36 is #DA81C9. Grayscale: #5B5B5B. Windows color (decimal): -14320074 or 3571237. OLE color: 3571237.
HSL color Cylindrical-coordinate representation of color #257E36: hue angle of 131.46º 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 #257E36 is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 126 | 54 | - |
| CMYK | 0.71 | 0 | 0.57 | 0.51 |
| HSL | 131.46º | 0.55% | 0.32% | - |
| HSV(B) | 131.46º | 0.71% | 0.49% | - |
| XYZ | 8.89 | 15.58 | 6.03 | - |
| YUV | 91.18 | 107.01 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 126 | 54 | 0.71 | 0 | 0.57 | 0.51 | 131.46 | 0.55 | 0.32 |
| Hex | 25 | 7E | 36 | 47 | 0 | 39 | 33 | 83 | 37 | 20 |
| Octal | 45 | 176 | 66 | 107 | 0 | 71 | 63 | 203 | 67 | 40 |
| Binary | 100101 | 1111110 | 110110 | 1000111 | 0 | 111001 | 110011 | 10000011 | 110111 | 100000 |
Color Harmonies of #257E36
Complementary color
Monochromatic Colors of #257E36
Black with #257E36
Text Example
Text Example
White with #257E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257E36; }
p { color: rgb(37,126,54); }
H1.HeaderClassName
{
color: #257E36;
}
.AnyTagClassName
{
color: #257E36;
}
</style>
background-color css
<style>
a { background-color: #257E36; }
a { background-color: rgb(37,126,54); }
div.DivClassName
{
background-color: #257E36;
}
.BgClassName
{
background-color: #257E36;
}
</style>
border-color css
<style>
span { border-color: #257E36; }
span { border-color: rgb(37,126,54); }
td.TdClassName
{
border-color: #257E36;
}
.TagClassName
{
border-color: #257E36;
}
</style>