Shades of Woodland #626948
Tints of Woodland #626948
RGB
CMYK
RGB Variations
Color information
#626948 (or 0x626948) is known color: Woodland. HEX triplet: 62, 69 and 48. RGB value is (98,105,72). Sum of RGB (Red+Green+Blue) = 98+105+72=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 105 - color contains mainly: green. Hex color #626948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626948 is #9D96B7. Grayscale: #636363. Windows color (decimal): -10327736 or 4745570. OLE color: 4745570.
HSL color Cylindrical-coordinate representation of color #626948: hue angle of 72.73º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #626948 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 105 | 72 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.59 |
| HSL | 72.73º | 0.19% | 0.35% | - |
| HSV(B) | 72.73º | 0.31% | 0.41% | - |
| XYZ | 11.26 | 13.17 | 8.08 | - |
| YUV | 99.15 | 112.68 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 105 | 72 | 0.07 | 0 | 0.31 | 0.59 | 72.73 | 0.19 | 0.35 |
| Hex | 62 | 69 | 48 | 7 | 0 | 1F | 3B | 49 | 13 | 23 |
| Octal | 142 | 151 | 110 | 7 | 0 | 37 | 73 | 111 | 23 | 43 |
| Binary | 1100010 | 1101001 | 1001000 | 111 | 0 | 11111 | 111011 | 1001001 | 10011 | 100011 |
Color Harmonies of #626948
Complementary color
Monochromatic Colors of #626948
Black with #626948
Text Example
Text Example
White with #626948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626948; }
p { color: rgb(98,105,72); }
H1.HeaderClassName
{
color: #626948;
}
.AnyTagClassName
{
color: #626948;
}
</style>
background-color css
<style>
a { background-color: #626948; }
a { background-color: rgb(98,105,72); }
div.DivClassName
{
background-color: #626948;
}
.BgClassName
{
background-color: #626948;
}
</style>
border-color css
<style>
span { border-color: #626948; }
span { border-color: rgb(98,105,72); }
td.TdClassName
{
border-color: #626948;
}
.TagClassName
{
border-color: #626948;
}
</style>