#035C11

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

Shades of Green #035C11

Tints of Green #035C11

Color information

#035C11 (or 0x035C11) is unknown color: approx Green. HEX triplet: 03, 5C and 11. RGB value is (3,92,17). Sum of RGB (Red+Green+Blue) = 3+92+17=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 92 (36.33% from 255 or 82.14% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 92 - color contains mainly: green. Hex color #035C11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035C11 is #FCA3EE. Grayscale: #393939. Windows color (decimal): -16557039 or 1137667. OLE color: 1137667.

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

Color convert

RGB39217-
CMYK0.9700.820.64
HSL129.44º93.68%18.63%-
HSV(B)129.44º96.74%36.08%-
XYZ3.977.711.81-
YUV56.84105.5189.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.68%
GREEN value IS 92 (36.33% from 255) = 82.14%
BLUE value IS 17 (7.03% from 255) = 15.18%
R=2.68%
G=82.14%
B=15.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal392170.9700.820.64129.4493.6818.63
Hex35C116105240815e13
Octal313421141012210020113623
Binary11101110010001110000101010010100000010000001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,92,17); }

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

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

 a { background-color: rgb(3,92,17); }

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

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

 span { border-color: rgb(3,92,17); }

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