Shades of Japanese Laurel #277D36
Tints of Japanese Laurel #277D36
RGB
CMYK
RGB Variations
Color information
#277D36 (or 0x277D36) is known color: Japanese Laurel. HEX triplet: 27, 7D and 36. RGB value is (39,125,54). Sum of RGB (Red+Green+Blue) = 39+125+54=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 125 (49.22% from 255 or 57.34% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 125 - color contains mainly: green. Hex color #277D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277D36 is #D882C9. Grayscale: #5B5B5B. Windows color (decimal): -14189258 or 3570983. OLE color: 3570983.
HSL color Cylindrical-coordinate representation of color #277D36: hue angle of 130.47º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #277D36 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 125 | 54 | - |
| CMYK | 0.69 | 0 | 0.57 | 0.51 |
| HSL | 130.47º | 0.52% | 0.32% | - |
| HSV(B) | 130.47º | 0.69% | 0.49% | - |
| XYZ | 8.84 | 15.36 | 5.99 | - |
| YUV | 91.19 | 107.01 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 125 | 54 | 0.69 | 0 | 0.57 | 0.51 | 130.47 | 0.52 | 0.32 |
| Hex | 27 | 7D | 36 | 45 | 0 | 39 | 33 | 82 | 34 | 20 |
| Octal | 47 | 175 | 66 | 105 | 0 | 71 | 63 | 202 | 64 | 40 |
| Binary | 100111 | 1111101 | 110110 | 1000101 | 0 | 111001 | 110011 | 10000010 | 110100 | 100000 |
Color Harmonies of #277D36
Complementary color
Monochromatic Colors of #277D36
Black with #277D36
Text Example
Text Example
White with #277D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277D36; }
p { color: rgb(39,125,54); }
H1.HeaderClassName
{
color: #277D36;
}
.AnyTagClassName
{
color: #277D36;
}
</style>
background-color css
<style>
a { background-color: #277D36; }
a { background-color: rgb(39,125,54); }
div.DivClassName
{
background-color: #277D36;
}
.BgClassName
{
background-color: #277D36;
}
</style>
border-color css
<style>
span { border-color: #277D36; }
span { border-color: rgb(39,125,54); }
td.TdClassName
{
border-color: #277D36;
}
.TagClassName
{
border-color: #277D36;
}
</style>