Shades of Dark Green #09352A
Tints of Dark Green #09352A
RGB
CMYK
RGB Variations
Color information
#09352A (or 0x09352A) is known color: Dark Green. HEX triplet: 09, 35 and 2A. RGB value is (9,53,42). Sum of RGB (Red+Green+Blue) = 9+53+42=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 53 (21.09% from 255 or 50.96% from 104); Blue value is 42 (16.80% from 255 or 40.38% from 104); Max value from RGB is 53 - color contains mainly: green. Hex color #09352A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09352A is #F6CAD5. Grayscale: #262626. Windows color (decimal): -16173782 or 2766089. OLE color: 2766089.
HSL color Cylindrical-coordinate representation of color #09352A: hue angle of 165º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #09352A is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 9 | 53 | 42 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.79 |
| HSL | 165º | 0.71% | 0.12% | - |
| HSV(B) | 165º | 0.83% | 0.21% | - |
| XYZ | 1.8 | 2.77 | 2.63 | - |
| YUV | 38.59 | 129.92 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 53 | 42 | 0.83 | 0 | 0.21 | 0.79 | 165 | 0.71 | 0.12 |
| Hex | 9 | 35 | 2A | 53 | 0 | 15 | 4F | A5 | 47 | C |
| Octal | 11 | 65 | 52 | 123 | 0 | 25 | 117 | 245 | 107 | 14 |
| Binary | 1001 | 110101 | 101010 | 1010011 | 0 | 10101 | 1001111 | 10100101 | 1000111 | 1100 |
Color Harmonies of #09352A
Complementary color
Monochromatic Colors of #09352A
Black with #09352A
Text Example
Text Example
White with #09352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09352A; }
p { color: rgb(9,53,42); }
H1.HeaderClassName
{
color: #09352A;
}
.AnyTagClassName
{
color: #09352A;
}
</style>
background-color css
<style>
a { background-color: #09352A; }
a { background-color: rgb(9,53,42); }
div.DivClassName
{
background-color: #09352A;
}
.BgClassName
{
background-color: #09352A;
}
</style>
border-color css
<style>
span { border-color: #09352A; }
span { border-color: rgb(9,53,42); }
td.TdClassName
{
border-color: #09352A;
}
.TagClassName
{
border-color: #09352A;
}
</style>