Shades of Dark Green #06372A
Tints of Dark Green #06372A
RGB
CMYK
RGB Variations
Color information
#06372A (or 0x06372A) is known color: Dark Green. HEX triplet: 06, 37 and 2A. RGB value is (6,55,42). Sum of RGB (Red+Green+Blue) = 6+55+42=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 55 (21.88% from 255 or 53.40% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 55 - color contains mainly: green. Hex color #06372A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06372A is #F9C8D5. Grayscale: #262626. Windows color (decimal): -16369878 or 2766598. OLE color: 2766598.
HSL color Cylindrical-coordinate representation of color #06372A: hue angle of 164.08º 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 #06372A is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.78.
Color convert
RGB | 6 | 55 | 42 | - |
CMYK | 0.89 | 0 | 0.24 | 0.78 |
HSL | 164.08º | 0.8% | 0.12% | - |
HSV(B) | 164.08º | 0.89% | 0.22% | - |
XYZ | 1.86 | 2.94 | 2.66 | - |
YUV | 38.87 | 129.77 | 104.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 55 | 42 | 0.89 | 0 | 0.24 | 0.78 | 164.08 | 0.8 | 0.12 |
Hex | 6 | 37 | 2A | 59 | 0 | 18 | 4E | A4 | 50 | C |
Octal | 6 | 67 | 52 | 131 | 0 | 30 | 116 | 244 | 120 | 14 |
Binary | 110 | 110111 | 101010 | 1011001 | 0 | 11000 | 1001110 | 10100100 | 1010000 | 1100 |
Color Harmonies of #06372A
Complementary color
Monochromatic Colors of #06372A
Black with #06372A
Text Example
Text Example
White with #06372A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06372A; }
p { color: rgb(6,55,42); }
H1.HeaderClassName
{
color: #06372A;
}
.AnyTagClassName
{
color: #06372A;
}
</style>
background-color css
<style>
a { background-color: #06372A; }
a { background-color: rgb(6,55,42); }
div.DivClassName
{
background-color: #06372A;
}
.BgClassName
{
background-color: #06372A;
}
</style>
border-color css
<style>
span { border-color: #06372A; }
span { border-color: rgb(6,55,42); }
td.TdClassName
{
border-color: #06372A;
}
.TagClassName
{
border-color: #06372A;
}
</style>