Shades of Japanese Laurel #36713D
Tints of Japanese Laurel #36713D
RGB
CMYK
RGB Variations
Color information
#36713D (or 0x36713D) is known color: Japanese Laurel. HEX triplet: 36, 71 and 3D. RGB value is (54,113,61). Sum of RGB (Red+Green+Blue) = 54+113+61=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 113 (44.53% from 255 or 49.56% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 113 - color contains mainly: green. Hex color #36713D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36713D is #C98EC2. Grayscale: #595959. Windows color (decimal): -13209283 or 4026678. OLE color: 4026678.
HSL color Cylindrical-coordinate representation of color #36713D: hue angle of 127.12º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #36713D is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 113 | 61 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.56 |
| HSL | 127.12º | 0.35% | 0.33% | - |
| HSV(B) | 127.12º | 0.52% | 0.44% | - |
| XYZ | 8.27 | 12.93 | 6.48 | - |
| YUV | 89.43 | 111.95 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 113 | 61 | 0.52 | 0 | 0.46 | 0.56 | 127.12 | 0.35 | 0.33 |
| Hex | 36 | 71 | 3D | 34 | 0 | 2E | 38 | 7F | 23 | 21 |
| Octal | 66 | 161 | 75 | 64 | 0 | 56 | 70 | 177 | 43 | 41 |
| Binary | 110110 | 1110001 | 111101 | 110100 | 0 | 101110 | 111000 | 1111111 | 100011 | 100001 |
Color Harmonies of #36713D
Complementary color
Monochromatic Colors of #36713D
Black with #36713D
Text Example
Text Example
White with #36713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36713D; }
p { color: rgb(54,113,61); }
H1.HeaderClassName
{
color: #36713D;
}
.AnyTagClassName
{
color: #36713D;
}
</style>
background-color css
<style>
a { background-color: #36713D; }
a { background-color: rgb(54,113,61); }
div.DivClassName
{
background-color: #36713D;
}
.BgClassName
{
background-color: #36713D;
}
</style>
border-color css
<style>
span { border-color: #36713D; }
span { border-color: rgb(54,113,61); }
td.TdClassName
{
border-color: #36713D;
}
.TagClassName
{
border-color: #36713D;
}
</style>