Shades of Dark Green #063225
Tints of Dark Green #063225
RGB
CMYK
RGB Variations
Color information
#063225 (or 0x063225) is known color: Dark Green. HEX triplet: 06, 32 and 25. RGB value is (6,50,37). Sum of RGB (Red+Green+Blue) = 6+50+37=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 50 (19.92% from 255 or 53.76% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 50 - color contains mainly: green. Hex color #063225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063225 is #F9CDDA. Grayscale: #232323. Windows color (decimal): -16371163 or 2437638. OLE color: 2437638.
HSL color Cylindrical-coordinate representation of color #063225: hue angle of 162.27º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063225 is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.80.
Color convert
RGB | 6 | 50 | 37 | - |
CMYK | 0.88 | 0 | 0.26 | 0.80 |
HSL | 162.27º | 0.79% | 0.11% | - |
HSV(B) | 162.27º | 0.88% | 0.2% | - |
XYZ | 1.55 | 2.45 | 2.14 | - |
YUV | 35.36 | 128.92 | 107.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 50 | 37 | 0.88 | 0 | 0.26 | 0.80 | 162.27 | 0.79 | 0.11 |
Hex | 6 | 32 | 25 | 58 | 0 | 1A | 50 | A2 | 4F | B |
Octal | 6 | 62 | 45 | 130 | 0 | 32 | 120 | 242 | 117 | 13 |
Binary | 110 | 110010 | 100101 | 1011000 | 0 | 11010 | 1010000 | 10100010 | 1001111 | 1011 |
Color Harmonies of #063225
Complementary color
Monochromatic Colors of #063225
Black with #063225
Text Example
Text Example
White with #063225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063225; }
p { color: rgb(6,50,37); }
H1.HeaderClassName
{
color: #063225;
}
.AnyTagClassName
{
color: #063225;
}
</style>
background-color css
<style>
a { background-color: #063225; }
a { background-color: rgb(6,50,37); }
div.DivClassName
{
background-color: #063225;
}
.BgClassName
{
background-color: #063225;
}
</style>
border-color css
<style>
span { border-color: #063225; }
span { border-color: rgb(6,50,37); }
td.TdClassName
{
border-color: #063225;
}
.TagClassName
{
border-color: #063225;
}
</style>