Shades of Japanese Laurel #25772C
Tints of Japanese Laurel #25772C
RGB
CMYK
RGB Variations
Color information
#25772C (or 0x25772C) is known color: Japanese Laurel. HEX triplet: 25, 77 and 2C. RGB value is (37,119,44). Sum of RGB (Red+Green+Blue) = 37+119+44=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 119 (46.88% from 255 or 59.5% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 119 - color contains mainly: green. Hex color #25772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25772C is #DA88D3. Grayscale: #565656. Windows color (decimal): -14321876 or 2914085. OLE color: 2914085.
HSL color Cylindrical-coordinate representation of color #25772C: hue angle of 125.12º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #25772C is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 119 | 44 | - |
| CMYK | 0.69 | 0 | 0.63 | 0.53 |
| HSL | 125.12º | 0.53% | 0.31% | - |
| HSV(B) | 125.12º | 0.69% | 0.47% | - |
| XYZ | 7.81 | 13.77 | 4.63 | - |
| YUV | 85.93 | 104.33 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 119 | 44 | 0.69 | 0 | 0.63 | 0.53 | 125.12 | 0.53 | 0.31 |
| Hex | 25 | 77 | 2C | 45 | 0 | 3F | 35 | 7D | 35 | 1F |
| Octal | 45 | 167 | 54 | 105 | 0 | 77 | 65 | 175 | 65 | 37 |
| Binary | 100101 | 1110111 | 101100 | 1000101 | 0 | 111111 | 110101 | 1111101 | 110101 | 11111 |
Color Harmonies of #25772C
Complementary color
Monochromatic Colors of #25772C
Black with #25772C
Text Example
Text Example
White with #25772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25772C; }
p { color: rgb(37,119,44); }
H1.HeaderClassName
{
color: #25772C;
}
.AnyTagClassName
{
color: #25772C;
}
</style>
background-color css
<style>
a { background-color: #25772C; }
a { background-color: rgb(37,119,44); }
div.DivClassName
{
background-color: #25772C;
}
.BgClassName
{
background-color: #25772C;
}
</style>
border-color css
<style>
span { border-color: #25772C; }
span { border-color: rgb(37,119,44); }
td.TdClassName
{
border-color: #25772C;
}
.TagClassName
{
border-color: #25772C;
}
</style>