Shades of Green #035C0B
Tints of Green #035C0B
RGB
CMYK
RGB Variations
Color information
#035C0B (or 0x035C0B) is known color: Green. HEX triplet: 03, 5C and 0B. RGB value is (3,92,11). Sum of RGB (Red+Green+Blue) = 3+92+11=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 92 (36.33% from 255 or 86.79% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 92 - color contains mainly: green. Hex color #035C0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035C0B is #FCA3F4. Grayscale: #383838. Windows color (decimal): -16557045 or 744451. OLE color: 744451.
HSL color Cylindrical-coordinate representation of color #035C0B: hue angle of 125.39º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035C0B is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 92 | 11 | - |
| CMYK | 0.97 | 0 | 0.88 | 0.64 |
| HSL | 125.39º | 0.94% | 0.19% | - |
| HSV(B) | 125.39º | 0.97% | 0.36% | - |
| XYZ | 3.93 | 7.7 | 1.6 | - |
| YUV | 56.16 | 102.51 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 11 | 0.97 | 0 | 0.88 | 0.64 | 125.39 | 0.94 | 0.19 |
| Hex | 3 | 5C | B | 61 | 0 | 58 | 40 | 7D | 5E | 13 |
| Octal | 3 | 134 | 13 | 141 | 0 | 130 | 100 | 175 | 136 | 23 |
| Binary | 11 | 1011100 | 1011 | 1100001 | 0 | 1011000 | 1000000 | 1111101 | 1011110 | 10011 |
Color Harmonies of #035C0B
Complementary color
Monochromatic Colors of #035C0B
Black with #035C0B
Text Example
Text Example
White with #035C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035C0B; }
p { color: rgb(3,92,11); }
H1.HeaderClassName
{
color: #035C0B;
}
.AnyTagClassName
{
color: #035C0B;
}
</style>
background-color css
<style>
a { background-color: #035C0B; }
a { background-color: rgb(3,92,11); }
div.DivClassName
{
background-color: #035C0B;
}
.BgClassName
{
background-color: #035C0B;
}
</style>
border-color css
<style>
span { border-color: #035C0B; }
span { border-color: rgb(3,92,11); }
td.TdClassName
{
border-color: #035C0B;
}
.TagClassName
{
border-color: #035C0B;
}
</style>