Shades of Dark Green #05352A
Tints of Dark Green #05352A
RGB
CMYK
RGB Variations
Color information
#05352A (or 0x05352A) is known color: Dark Green. HEX triplet: 05, 35 and 2A. RGB value is (5,53,42). Sum of RGB (Red+Green+Blue) = 5+53+42=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 53 (21.09% from 255 or 53% from 100); Blue value is 42 (16.80% from 255 or 42% from 100); Max value from RGB is 53 - color contains mainly: green. Hex color #05352A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05352A is #FACAD5. Grayscale: #252525. Windows color (decimal): -16435926 or 2766085. OLE color: 2766085.
HSL color Cylindrical-coordinate representation of color #05352A: hue angle of 166.25º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05352A is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 53 | 42 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.79 |
| HSL | 166.25º | 0.83% | 0.11% | - |
| HSV(B) | 166.25º | 0.91% | 0.21% | - |
| XYZ | 1.75 | 2.75 | 2.63 | - |
| YUV | 37.39 | 130.6 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 53 | 42 | 0.91 | 0 | 0.21 | 0.79 | 166.25 | 0.83 | 0.11 |
| Hex | 5 | 35 | 2A | 5B | 0 | 15 | 4F | A6 | 53 | B |
| Octal | 5 | 65 | 52 | 133 | 0 | 25 | 117 | 246 | 123 | 13 |
| Binary | 101 | 110101 | 101010 | 1011011 | 0 | 10101 | 1001111 | 10100110 | 1010011 | 1011 |
Color Harmonies of #05352A
Complementary color
Monochromatic Colors of #05352A
Black with #05352A
Text Example
Text Example
White with #05352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05352A; }
p { color: rgb(5,53,42); }
H1.HeaderClassName
{
color: #05352A;
}
.AnyTagClassName
{
color: #05352A;
}
</style>
background-color css
<style>
a { background-color: #05352A; }
a { background-color: rgb(5,53,42); }
div.DivClassName
{
background-color: #05352A;
}
.BgClassName
{
background-color: #05352A;
}
</style>
border-color css
<style>
span { border-color: #05352A; }
span { border-color: rgb(5,53,42); }
td.TdClassName
{
border-color: #05352A;
}
.TagClassName
{
border-color: #05352A;
}
</style>