Shades of Dark Green #06372F
Tints of Dark Green #06372F
RGB
CMYK
RGB Variations
Color information
#06372F (or 0x06372F) is known color: Dark Green. HEX triplet: 06, 37 and 2F. RGB value is (6,55,47). Sum of RGB (Red+Green+Blue) = 6+55+47=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 55 (21.88% from 255 or 50.93% from 108); Blue value is 47 (18.75% from 255 or 43.52% from 108); Max value from RGB is 55 - color contains mainly: green. Hex color #06372F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06372F is #F9C8D0. Grayscale: #272727. Windows color (decimal): -16369873 or 3094278. OLE color: 3094278.
HSL color Cylindrical-coordinate representation of color #06372F: hue angle of 170.2º degrees, saturation: 0.8, 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 #06372F is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 6 | 55 | 47 | - |
| CMYK | 0.89 | 0 | 0.15 | 0.78 |
| HSL | 170.2º | 0.8% | 0.12% | - |
| HSV(B) | 170.2º | 0.89% | 0.22% | - |
| XYZ | 1.95 | 2.98 | 3.16 | - |
| YUV | 39.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 47 | 0.89 | 0 | 0.15 | 0.78 | 170.2 | 0.8 | 0.12 |
| Hex | 6 | 37 | 2F | 59 | 0 | F | 4E | AA | 50 | C |
| Octal | 6 | 67 | 57 | 131 | 0 | 17 | 116 | 252 | 120 | 14 |
| Binary | 110 | 110111 | 101111 | 1011001 | 0 | 1111 | 1001110 | 10101010 | 1010000 | 1100 |
Color Harmonies of #06372F
Complementary color
Monochromatic Colors of #06372F
Black with #06372F
Text Example
Text Example
White with #06372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06372F; }
p { color: rgb(6,55,47); }
H1.HeaderClassName
{
color: #06372F;
}
.AnyTagClassName
{
color: #06372F;
}
</style>
background-color css
<style>
a { background-color: #06372F; }
a { background-color: rgb(6,55,47); }
div.DivClassName
{
background-color: #06372F;
}
.BgClassName
{
background-color: #06372F;
}
</style>
border-color css
<style>
span { border-color: #06372F; }
span { border-color: rgb(6,55,47); }
td.TdClassName
{
border-color: #06372F;
}
.TagClassName
{
border-color: #06372F;
}
</style>