Shades of Japanese Laurel #24863C
Tints of Japanese Laurel #24863C
RGB
CMYK
RGB Variations
Color information
#24863C (or 0x24863C) is known color: Japanese Laurel. HEX triplet: 24, 86 and 3C. RGB value is (36,134,60). Sum of RGB (Red+Green+Blue) = 36+134+60=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 134 (52.73% from 255 or 58.26% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 134 - color contains mainly: green. Hex color #24863C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #24863C is #DB79C3. Grayscale: #606060. Windows color (decimal): -14383556 or 3966500. OLE color: 3966500.
HSL color Cylindrical-coordinate representation of color #24863C: hue angle of 134.69º 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 #24863C is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 134 | 60 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.47 |
| HSL | 134.69º | 0.58% | 0.33% | - |
| HSV(B) | 134.69º | 0.73% | 0.53% | - |
| XYZ | 10.07 | 17.75 | 7.17 | - |
| YUV | 96.26 | 107.53 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 134 | 60 | 0.73 | 0 | 0.55 | 0.47 | 134.69 | 0.58 | 0.33 |
| Hex | 24 | 86 | 3C | 49 | 0 | 37 | 2F | 87 | 3A | 21 |
| Octal | 44 | 206 | 74 | 111 | 0 | 67 | 57 | 207 | 72 | 41 |
| Binary | 100100 | 10000110 | 111100 | 1001001 | 0 | 110111 | 101111 | 10000111 | 111010 | 100001 |
Color Harmonies of #24863C
Complementary color
Monochromatic Colors of #24863C
Black with #24863C
Text Example
Text Example
White with #24863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24863C; }
p { color: rgb(36,134,60); }
H1.HeaderClassName
{
color: #24863C;
}
.AnyTagClassName
{
color: #24863C;
}
</style>
background-color css
<style>
a { background-color: #24863C; }
a { background-color: rgb(36,134,60); }
div.DivClassName
{
background-color: #24863C;
}
.BgClassName
{
background-color: #24863C;
}
</style>
border-color css
<style>
span { border-color: #24863C; }
span { border-color: rgb(36,134,60); }
td.TdClassName
{
border-color: #24863C;
}
.TagClassName
{
border-color: #24863C;
}
</style>