Shades of Dark Green #063830
Tints of Dark Green #063830
RGB
CMYK
RGB Variations
Color information
#063830 (or 0x063830) is known color: Dark Green. HEX triplet: 06, 38 and 30. RGB value is (6,56,48). Sum of RGB (Red+Green+Blue) = 6+56+48=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #063830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063830 is #F9C7CF. Grayscale: #282828. Windows color (decimal): -16369616 or 3160070. OLE color: 3160070.
HSL color Cylindrical-coordinate representation of color #063830: hue angle of 170.4º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #063830 is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 6 | 56 | 48 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.78 |
| HSL | 170.4º | 0.81% | 0.12% | - |
| HSV(B) | 170.4º | 0.89% | 0.22% | - |
| XYZ | 2.02 | 3.08 | 3.28 | - |
| YUV | 40.14 | 132.44 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 56 | 48 | 0.89 | 0 | 0.14 | 0.78 | 170.4 | 0.81 | 0.12 |
| Hex | 6 | 38 | 30 | 59 | 0 | E | 4E | AA | 51 | C |
| Octal | 6 | 70 | 60 | 131 | 0 | 16 | 116 | 252 | 121 | 14 |
| Binary | 110 | 111000 | 110000 | 1011001 | 0 | 1110 | 1001110 | 10101010 | 1010001 | 1100 |
Color Harmonies of #063830
Complementary color
Monochromatic Colors of #063830
Black with #063830
Text Example
Text Example
White with #063830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063830; }
p { color: rgb(6,56,48); }
H1.HeaderClassName
{
color: #063830;
}
.AnyTagClassName
{
color: #063830;
}
</style>
background-color css
<style>
a { background-color: #063830; }
a { background-color: rgb(6,56,48); }
div.DivClassName
{
background-color: #063830;
}
.BgClassName
{
background-color: #063830;
}
</style>
border-color css
<style>
span { border-color: #063830; }
span { border-color: rgb(6,56,48); }
td.TdClassName
{
border-color: #063830;
}
.TagClassName
{
border-color: #063830;
}
</style>