#035C10

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

Shades of Green #035C10

Tints of Green #035C10

Color information

#035C10 (or 0x035C10) is unknown color: approx 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

RGB39216-
CMYK0.9700.830.64
HSL128.76º93.68%18.63%-
HSV(B)128.76º96.74%36.08%-
XYZ3.967.711.77-
YUV56.72105.0189.68-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.70%
GREEN value IS 92 (36.33% from 255) = 82.88%
BLUE value IS 16 (6.64% from 255) = 14.41%
R=2.70%
G=82.88%
B=14.41%

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
Decimal392160.9700.830.64128.7693.6818.63
Hex35C106105340815e13
Octal313420141012310020113623
Binary11101110010000110000101010011100000010000001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>