Shades of Green #035C10
Tints of Green #035C10
RGB
CMYK
RGB Variations
Color information
#035C10 (or 0x035C10) is known color: Green. HEX triplet: 03, 5C and 10. RGB value is (3,92,16). Sum of RGB (Red+Green+Blue) = 3+92+16=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 92 (36.33% from 255 or 82.88% from 111); Blue value is 16 (6.64% from 255 or 14.41% from 111); Max value from RGB is 92 - color contains mainly: green. Hex color #035C10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035C10 is #FCA3EF. Grayscale: #383838. Windows color (decimal): -16557040 or 1072131. OLE color: 1072131.
HSL color Cylindrical-coordinate representation of color #035C10: hue angle of 128.76º 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 #035C10 is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 92 | 16 | - |
| CMYK | 0.97 | 0 | 0.83 | 0.64 |
| HSL | 128.76º | 0.94% | 0.19% | - |
| HSV(B) | 128.76º | 0.97% | 0.36% | - |
| XYZ | 3.96 | 7.71 | 1.77 | - |
| YUV | 56.73 | 105.01 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 16 | 0.97 | 0 | 0.83 | 0.64 | 128.76 | 0.94 | 0.19 |
| Hex | 3 | 5C | 10 | 61 | 0 | 53 | 40 | 81 | 5E | 13 |
| Octal | 3 | 134 | 20 | 141 | 0 | 123 | 100 | 201 | 136 | 23 |
| Binary | 11 | 1011100 | 10000 | 1100001 | 0 | 1010011 | 1000000 | 10000001 | 1011110 | 10011 |
Color Harmonies of #035C10
Complementary color
Monochromatic Colors of #035C10
Black with #035C10
Text Example
Text Example
White with #035C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035C10; }
p { color: rgb(3,92,16); }
H1.HeaderClassName
{
color: #035C10;
}
.AnyTagClassName
{
color: #035C10;
}
</style>
background-color css
<style>
a { background-color: #035C10; }
a { background-color: rgb(3,92,16); }
div.DivClassName
{
background-color: #035C10;
}
.BgClassName
{
background-color: #035C10;
}
</style>
border-color css
<style>
span { border-color: #035C10; }
span { border-color: rgb(3,92,16); }
td.TdClassName
{
border-color: #035C10;
}
.TagClassName
{
border-color: #035C10;
}
</style>