Shades of Woodland #626F38
Tints of Woodland #626F38
RGB
CMYK
RGB Variations
Color information
#626F38 (or 0x626F38) is known color: Woodland. HEX triplet: 62, 6F and 38. RGB value is (98,111,56). Sum of RGB (Red+Green+Blue) = 98+111+56=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 111 - color contains mainly: green. Hex color #626F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626F38 is #9D90C7. Grayscale: #656565. Windows color (decimal): -10326216 or 3698530. OLE color: 3698530.
HSL color Cylindrical-coordinate representation of color #626F38: hue angle of 74.18º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #626F38 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 111 | 56 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.56 |
| HSL | 74.18º | 0.33% | 0.33% | - |
| HSV(B) | 74.18º | 0.5% | 0.44% | - |
| XYZ | 11.44 | 14.25 | 5.89 | - |
| YUV | 100.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 111 | 56 | 0.12 | 0 | 0.50 | 0.56 | 74.18 | 0.33 | 0.33 |
| Hex | 62 | 6F | 38 | C | 0 | 32 | 38 | 4A | 21 | 21 |
| Octal | 142 | 157 | 70 | 14 | 0 | 62 | 70 | 112 | 41 | 41 |
| Binary | 1100010 | 1101111 | 111000 | 1100 | 0 | 110010 | 111000 | 1001010 | 100001 | 100001 |
Color Harmonies of #626F38
Complementary color
Monochromatic Colors of #626F38
Black with #626F38
Text Example
Text Example
White with #626F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626F38; }
p { color: rgb(98,111,56); }
H1.HeaderClassName
{
color: #626F38;
}
.AnyTagClassName
{
color: #626F38;
}
</style>
background-color css
<style>
a { background-color: #626F38; }
a { background-color: rgb(98,111,56); }
div.DivClassName
{
background-color: #626F38;
}
.BgClassName
{
background-color: #626F38;
}
</style>
border-color css
<style>
span { border-color: #626F38; }
span { border-color: rgb(98,111,56); }
td.TdClassName
{
border-color: #626F38;
}
.TagClassName
{
border-color: #626F38;
}
</style>