#035701

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

Shades of Green #035701

Tints of Green #035701

Color information

#035701 (or 0x035701) is unknown color: approx Green. HEX triplet: 03, 57 and 01. RGB value is (3,87,1). Sum of RGB (Red+Green+Blue) = 3+87+1=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 87 (34.38% from 255 or 95.60% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 87 - color contains mainly: green. Hex color #035701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035701 is #FCA8FE. Grayscale: #343434. Windows color (decimal): -16558335 or 87811. OLE color: 87811.

HSL color Cylindrical-coordinate representation of color #035701: hue angle of 118.6º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035701 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB3871-
CMYK0.9700.990.66
HSL118.6º97.73%17.25%-
HSV(B)118.6º98.85%34.12%-
XYZ3.456.841.17-
YUV52.0899.1792.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.30%
GREEN value IS 87 (34.38% from 255) = 95.60%
BLUE value IS 1 (0.78% from 255) = 1.10%
R=3.30%
G=95.60%
B=1.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal38710.9700.990.66118.697.7317.25
Hex35716106342776211
Octal31271141014310216714221
Binary111010111111000010110001110000101110111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035701; }

 p { color: rgb(3,87,1); }

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

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

 a { background-color: rgb(3,87,1); }

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

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

 span { border-color: rgb(3,87,1); }

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