Shades of English Holly #32483C
Tints of English Holly #32483C
RGB
CMYK
RGB Variations
Color information
#32483C (or 0x32483C) is known color: English Holly. HEX triplet: 32, 48 and 3C. RGB value is (50,72,60). Sum of RGB (Red+Green+Blue) = 50+72+60=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 72 - color contains mainly: green. Hex color #32483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32483C is #CDB7C3. Grayscale: #404040. Windows color (decimal): -13481924 or 3950642. OLE color: 3950642.
HSL color Cylindrical-coordinate representation of color #32483C: hue angle of 147.27º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #32483C is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 72 | 60 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.72 |
| HSL | 147.27º | 0.18% | 0.24% | - |
| HSV(B) | 147.27º | 0.31% | 0.28% | - |
| XYZ | 4.45 | 5.64 | 5.13 | - |
| YUV | 64.05 | 125.71 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 72 | 60 | 0.31 | 0 | 0.17 | 0.72 | 147.27 | 0.18 | 0.24 |
| Hex | 32 | 48 | 3C | 1F | 0 | 11 | 48 | 93 | 12 | 18 |
| Octal | 62 | 110 | 74 | 37 | 0 | 21 | 110 | 223 | 22 | 30 |
| Binary | 110010 | 1001000 | 111100 | 11111 | 0 | 10001 | 1001000 | 10010011 | 10010 | 11000 |
Color Harmonies of #32483C
Complementary color
Monochromatic Colors of #32483C
Black with #32483C
Text Example
Text Example
White with #32483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32483C; }
p { color: rgb(50,72,60); }
H1.HeaderClassName
{
color: #32483C;
}
.AnyTagClassName
{
color: #32483C;
}
</style>
background-color css
<style>
a { background-color: #32483C; }
a { background-color: rgb(50,72,60); }
div.DivClassName
{
background-color: #32483C;
}
.BgClassName
{
background-color: #32483C;
}
</style>
border-color css
<style>
span { border-color: #32483C; }
span { border-color: rgb(50,72,60); }
td.TdClassName
{
border-color: #32483C;
}
.TagClassName
{
border-color: #32483C;
}
</style>