Shades of Japanese Laurel #23863C
Tints of Japanese Laurel #23863C
RGB
CMYK
RGB Variations
Color information
#23863C (or 0x23863C) is known color: Japanese Laurel. HEX triplet: 23, 86 and 3C. RGB value is (35,134,60). Sum of RGB (Red+Green+Blue) = 35+134+60=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 134 (52.73% from 255 or 58.52% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 134 - color contains mainly: green. Hex color #23863C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23863C is #DC79C3. Grayscale: #606060. Windows color (decimal): -14449092 or 3966499. OLE color: 3966499.
HSL color Cylindrical-coordinate representation of color #23863C: hue angle of 135.15º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #23863C is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 134 | 60 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.47 |
| HSL | 135.15º | 0.59% | 0.33% | - |
| HSV(B) | 135.15º | 0.74% | 0.53% | - |
| XYZ | 10.03 | 17.73 | 7.17 | - |
| YUV | 95.96 | 107.7 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 134 | 60 | 0.74 | 0 | 0.55 | 0.47 | 135.15 | 0.59 | 0.33 |
| Hex | 23 | 86 | 3C | 4A | 0 | 37 | 2F | 87 | 3B | 21 |
| Octal | 43 | 206 | 74 | 112 | 0 | 67 | 57 | 207 | 73 | 41 |
| Binary | 100011 | 10000110 | 111100 | 1001010 | 0 | 110111 | 101111 | 10000111 | 111011 | 100001 |
Color Harmonies of #23863C
Complementary color
Monochromatic Colors of #23863C
Black with #23863C
Text Example
Text Example
White with #23863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23863C; }
p { color: rgb(35,134,60); }
H1.HeaderClassName
{
color: #23863C;
}
.AnyTagClassName
{
color: #23863C;
}
</style>
background-color css
<style>
a { background-color: #23863C; }
a { background-color: rgb(35,134,60); }
div.DivClassName
{
background-color: #23863C;
}
.BgClassName
{
background-color: #23863C;
}
</style>
border-color css
<style>
span { border-color: #23863C; }
span { border-color: rgb(35,134,60); }
td.TdClassName
{
border-color: #23863C;
}
.TagClassName
{
border-color: #23863C;
}
</style>