Shades of Japanese Laurel #25843C
Tints of Japanese Laurel #25843C
RGB
CMYK
RGB Variations
Color information
#25843C (or 0x25843C) is known color: Japanese Laurel. HEX triplet: 25, 84 and 3C. RGB value is (37,132,60). Sum of RGB (Red+Green+Blue) = 37+132+60=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 132 (51.95% from 255 or 57.64% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 132 - color contains mainly: green. Hex color #25843C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25843C is #DA7BC3. Grayscale: #5F5F5F. Windows color (decimal): -14318532 or 3965989. OLE color: 3965989.
HSL color Cylindrical-coordinate representation of color #25843C: hue angle of 134.53º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25843C is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 132 | 60 | - |
| CMYK | 0.72 | 0 | 0.55 | 0.48 |
| HSL | 134.53º | 0.56% | 0.33% | - |
| HSV(B) | 134.53º | 0.72% | 0.52% | - |
| XYZ | 9.83 | 17.22 | 7.08 | - |
| YUV | 95.39 | 108.03 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 132 | 60 | 0.72 | 0 | 0.55 | 0.48 | 134.53 | 0.56 | 0.33 |
| Hex | 25 | 84 | 3C | 48 | 0 | 37 | 30 | 87 | 38 | 21 |
| Octal | 45 | 204 | 74 | 110 | 0 | 67 | 60 | 207 | 70 | 41 |
| Binary | 100101 | 10000100 | 111100 | 1001000 | 0 | 110111 | 110000 | 10000111 | 111000 | 100001 |
Color Harmonies of #25843C
Complementary color
Monochromatic Colors of #25843C
Black with #25843C
Text Example
Text Example
White with #25843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25843C; }
p { color: rgb(37,132,60); }
H1.HeaderClassName
{
color: #25843C;
}
.AnyTagClassName
{
color: #25843C;
}
</style>
background-color css
<style>
a { background-color: #25843C; }
a { background-color: rgb(37,132,60); }
div.DivClassName
{
background-color: #25843C;
}
.BgClassName
{
background-color: #25843C;
}
</style>
border-color css
<style>
span { border-color: #25843C; }
span { border-color: rgb(37,132,60); }
td.TdClassName
{
border-color: #25843C;
}
.TagClassName
{
border-color: #25843C;
}
</style>