Shades of Japanese Laurel #258432
Tints of Japanese Laurel #258432
RGB
CMYK
RGB Variations
Color information
#258432 (or 0x258432) is known color: Japanese Laurel. HEX triplet: 25, 84 and 32. RGB value is (37,132,50). Sum of RGB (Red+Green+Blue) = 37+132+50=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 132 (51.95% from 255 or 60.27% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 132 - color contains mainly: green. Hex color #258432 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258432 is #DA7BCD. Grayscale: #5E5E5E. Windows color (decimal): -14318542 or 3310629. OLE color: 3310629.
HSL color Cylindrical-coordinate representation of color #258432: hue angle of 128.21º 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 #258432 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 132 | 50 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.48 |
| HSL | 128.21º | 0.56% | 0.33% | - |
| HSV(B) | 128.21º | 0.72% | 0.52% | - |
| XYZ | 9.59 | 17.13 | 5.82 | - |
| YUV | 94.25 | 103.03 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 132 | 50 | 0.72 | 0 | 0.62 | 0.48 | 128.21 | 0.56 | 0.33 |
| Hex | 25 | 84 | 32 | 48 | 0 | 3E | 30 | 80 | 38 | 21 |
| Octal | 45 | 204 | 62 | 110 | 0 | 76 | 60 | 200 | 70 | 41 |
| Binary | 100101 | 10000100 | 110010 | 1001000 | 0 | 111110 | 110000 | 10000000 | 111000 | 100001 |
Color Harmonies of #258432
Complementary color
Monochromatic Colors of #258432
Black with #258432
Text Example
Text Example
White with #258432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258432; }
p { color: rgb(37,132,50); }
H1.HeaderClassName
{
color: #258432;
}
.AnyTagClassName
{
color: #258432;
}
</style>
background-color css
<style>
a { background-color: #258432; }
a { background-color: rgb(37,132,50); }
div.DivClassName
{
background-color: #258432;
}
.BgClassName
{
background-color: #258432;
}
</style>
border-color css
<style>
span { border-color: #258432; }
span { border-color: rgb(37,132,50); }
td.TdClassName
{
border-color: #258432;
}
.TagClassName
{
border-color: #258432;
}
</style>