Shades of Japanese Laurel #248637
Tints of Japanese Laurel #248637
RGB
CMYK
RGB Variations
Color information
#248637 (or 0x248637) is known color: Japanese Laurel. HEX triplet: 24, 86 and 37. RGB value is (36,134,55). Sum of RGB (Red+Green+Blue) = 36+134+55=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 134 (52.73% from 255 or 59.56% from 225); Blue value is 55 (21.88% from 255 or 24.44% from 225); Max value from RGB is 134 - color contains mainly: green. Hex color #248637 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248637 is #DB79C8. Grayscale: #5F5F5F. Windows color (decimal): -14383561 or 3638820. OLE color: 3638820.
HSL color Cylindrical-coordinate representation of color #248637: hue angle of 131.63º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248637 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 134 | 55 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.47 |
| HSL | 131.63º | 0.58% | 0.33% | - |
| HSV(B) | 131.63º | 0.73% | 0.53% | - |
| XYZ | 9.94 | 17.7 | 6.51 | - |
| YUV | 95.69 | 105.03 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 134 | 55 | 0.73 | 0 | 0.59 | 0.47 | 131.63 | 0.58 | 0.33 |
| Hex | 24 | 86 | 37 | 49 | 0 | 3B | 2F | 84 | 3A | 21 |
| Octal | 44 | 206 | 67 | 111 | 0 | 73 | 57 | 204 | 72 | 41 |
| Binary | 100100 | 10000110 | 110111 | 1001001 | 0 | 111011 | 101111 | 10000100 | 111010 | 100001 |
Color Harmonies of #248637
Complementary color
Monochromatic Colors of #248637
Black with #248637
Text Example
Text Example
White with #248637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248637; }
p { color: rgb(36,134,55); }
H1.HeaderClassName
{
color: #248637;
}
.AnyTagClassName
{
color: #248637;
}
</style>
background-color css
<style>
a { background-color: #248637; }
a { background-color: rgb(36,134,55); }
div.DivClassName
{
background-color: #248637;
}
.BgClassName
{
background-color: #248637;
}
</style>
border-color css
<style>
span { border-color: #248637; }
span { border-color: rgb(36,134,55); }
td.TdClassName
{
border-color: #248637;
}
.TagClassName
{
border-color: #248637;
}
</style>