Shades of Woodland #5E623C
Tints of Woodland #5E623C
RGB
CMYK
RGB Variations
Color information
#5E623C (or 0x5E623C) is known color: Woodland. HEX triplet: 5E, 62 and 3C. RGB value is (94,98,60). Sum of RGB (Red+Green+Blue) = 94+98+60=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 98 - color contains mainly: green. Hex color #5E623C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E623C is #A19DC3. Grayscale: #5C5C5C. Windows color (decimal): -10591684 or 3957342. OLE color: 3957342.
HSL color Cylindrical-coordinate representation of color #5E623C: hue angle of 66.32º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E623C is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
RGB | 94 | 98 | 60 | - |
CMYK | 0.04 | 0 | 0.39 | 0.62 |
HSL | 66.32º | 0.24% | 0.31% | - |
HSV(B) | 66.32º | 0.39% | 0.38% | - |
XYZ | 9.8 | 11.44 | 5.97 | - |
YUV | 92.47 | 109.67 | 129.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 98 | 60 | 0.04 | 0 | 0.39 | 0.62 | 66.32 | 0.24 | 0.31 |
Hex | 5E | 62 | 3C | 4 | 0 | 27 | 3E | 42 | 18 | 1F |
Octal | 136 | 142 | 74 | 4 | 0 | 47 | 76 | 102 | 30 | 37 |
Binary | 1011110 | 1100010 | 111100 | 100 | 0 | 100111 | 111110 | 1000010 | 11000 | 11111 |
Color Harmonies of #5E623C
Complementary color
Monochromatic Colors of #5E623C
Black with #5E623C
Text Example
Text Example
White with #5E623C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E623C; }
p { color: rgb(94,98,60); }
H1.HeaderClassName
{
color: #5E623C;
}
.AnyTagClassName
{
color: #5E623C;
}
</style>
background-color css
<style>
a { background-color: #5E623C; }
a { background-color: rgb(94,98,60); }
div.DivClassName
{
background-color: #5E623C;
}
.BgClassName
{
background-color: #5E623C;
}
</style>
border-color css
<style>
span { border-color: #5E623C; }
span { border-color: rgb(94,98,60); }
td.TdClassName
{
border-color: #5E623C;
}
.TagClassName
{
border-color: #5E623C;
}
</style>