#035D10

Color #035D10 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #035D10

Tints of Green #035D10

Color information

#035D10 (or 0x035D10) is unknown color: approx Green. HEX triplet: 03, 5D and 10. RGB value is (3,93,16). Sum of RGB (Red+Green+Blue) = 3+93+16=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 93 (36.72% from 255 or 83.04% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 93 - color contains mainly: green. Hex color #035D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035D10 is #FCA2EF. Grayscale: #393939. Windows color (decimal): -16556784 or 1072387. OLE color: 1072387.

HSL color Cylindrical-coordinate representation of color #035D10: hue angle of 128.67º 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 #035D10 is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.

Color convert

RGB39316-
CMYK0.9700.830.64
HSL128.67º93.75%18.82%-
HSV(B)128.67º96.77%36.47%-
XYZ4.057.891.8-
YUV57.31104.6889.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 2.68%
GREEN value IS 93 (36.72% from 255) = 83.04%
BLUE value IS 16 (6.64% from 255) = 14.29%
R=2.68%
G=83.04%
B=14.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal393160.9700.830.64128.6793.7518.82
Hex35D106105340815e13
Octal313520141012310020113623
Binary11101110110000110000101010011100000010000001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035D10; }

 p { color: rgb(3,93,16); }

 H1.HeaderClassName
 {
   color: #035D10;
 }
 .AnyTagClassName
 {
   color: #035D10;
 }
</style>
background-color css

<style>
 a { background-color: #035D10; }

 a { background-color: rgb(3,93,16); }

 div.DivClassName
 {
   background-color: #035D10;
 }
 .BgClassName
 {
   background-color: #035D10;
 }
</style>
border-color css

<style>
 span { border-color: #035D10; }

 span { border-color: rgb(3,93,16); }

 td.TdClassName
 {
   border-color: #035D10;
 }
 .TagClassName
 {
   border-color: #035D10;
 }
</style>