Shades of Japanese Laurel #25863E
Tints of Japanese Laurel #25863E
RGB
CMYK
RGB Variations
Color information
#25863E (or 0x25863E) is known color: Japanese Laurel. HEX triplet: 25, 86 and 3E. RGB value is (37,134,62). Sum of RGB (Red+Green+Blue) = 37+134+62=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 134 (52.73% from 255 or 57.51% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 134 - color contains mainly: green. Hex color #25863E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25863E is #DA79C1. Grayscale: #606060. Windows color (decimal): -14318018 or 4097573. OLE color: 4097573.
HSL color Cylindrical-coordinate representation of color #25863E: hue angle of 135.46º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25863E is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 134 | 62 | - |
| CMYK | 0.72 | 0 | 0.54 | 0.47 |
| HSL | 135.46º | 0.57% | 0.34% | - |
| HSV(B) | 135.46º | 0.72% | 0.53% | - |
| XYZ | 10.16 | 17.79 | 7.46 | - |
| YUV | 96.79 | 108.36 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 134 | 62 | 0.72 | 0 | 0.54 | 0.47 | 135.46 | 0.57 | 0.34 |
| Hex | 25 | 86 | 3E | 48 | 0 | 36 | 2F | 87 | 39 | 22 |
| Octal | 45 | 206 | 76 | 110 | 0 | 66 | 57 | 207 | 71 | 42 |
| Binary | 100101 | 10000110 | 111110 | 1001000 | 0 | 110110 | 101111 | 10000111 | 111001 | 100010 |
Color Harmonies of #25863E
Complementary color
Monochromatic Colors of #25863E
Black with #25863E
Text Example
Text Example
White with #25863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25863E; }
p { color: rgb(37,134,62); }
H1.HeaderClassName
{
color: #25863E;
}
.AnyTagClassName
{
color: #25863E;
}
</style>
background-color css
<style>
a { background-color: #25863E; }
a { background-color: rgb(37,134,62); }
div.DivClassName
{
background-color: #25863E;
}
.BgClassName
{
background-color: #25863E;
}
</style>
border-color css
<style>
span { border-color: #25863E; }
span { border-color: rgb(37,134,62); }
td.TdClassName
{
border-color: #25863E;
}
.TagClassName
{
border-color: #25863E;
}
</style>