Shades of Japanese Laurel #31823D
Tints of Japanese Laurel #31823D
RGB
CMYK
RGB Variations
Color information
#31823D (or 0x31823D) is known color: Japanese Laurel. HEX triplet: 31, 82 and 3D. RGB value is (49,130,61). Sum of RGB (Red+Green+Blue) = 49+130+61=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #31823D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31823D is #CE7DC2. Grayscale: #626262. Windows color (decimal): -13532611 or 4031025. OLE color: 4031025.
HSL color Cylindrical-coordinate representation of color #31823D: hue angle of 128.89º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31823D is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 130 | 61 | - |
| CMYK | 0.62 | 0 | 0.53 | 0.49 |
| HSL | 128.89º | 0.45% | 0.35% | - |
| HSV(B) | 128.89º | 0.62% | 0.51% | - |
| XYZ | 10.09 | 16.96 | 7.16 | - |
| YUV | 97.92 | 107.16 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 130 | 61 | 0.62 | 0 | 0.53 | 0.49 | 128.89 | 0.45 | 0.35 |
| Hex | 31 | 82 | 3D | 3E | 0 | 35 | 31 | 81 | 2D | 23 |
| Octal | 61 | 202 | 75 | 76 | 0 | 65 | 61 | 201 | 55 | 43 |
| Binary | 110001 | 10000010 | 111101 | 111110 | 0 | 110101 | 110001 | 10000001 | 101101 | 100011 |
Color Harmonies of #31823D
Complementary color
Monochromatic Colors of #31823D
Black with #31823D
Text Example
Text Example
White with #31823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31823D; }
p { color: rgb(49,130,61); }
H1.HeaderClassName
{
color: #31823D;
}
.AnyTagClassName
{
color: #31823D;
}
</style>
background-color css
<style>
a { background-color: #31823D; }
a { background-color: rgb(49,130,61); }
div.DivClassName
{
background-color: #31823D;
}
.BgClassName
{
background-color: #31823D;
}
</style>
border-color css
<style>
span { border-color: #31823D; }
span { border-color: rgb(49,130,61); }
td.TdClassName
{
border-color: #31823D;
}
.TagClassName
{
border-color: #31823D;
}
</style>