#035601

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

Shades of Green #035601

Tints of Green #035601

Color information

#035601 (or 0x035601) is unknown color: approx Green. HEX triplet: 03, 56 and 01. RGB value is (3,86,1). Sum of RGB (Red+Green+Blue) = 3+86+1=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 86 (33.98% from 255 or 95.56% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 86 - color contains mainly: green. Hex color #035601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035601 is #FCA9FE. Grayscale: #333333. Windows color (decimal): -16558591 or 87555. OLE color: 87555.

HSL color Cylindrical-coordinate representation of color #035601: hue angle of 118.59º 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 #035601 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB3861-
CMYK0.9700.990.66
HSL118.59º97.7%17.06%-
HSV(B)118.59º98.84%33.73%-
XYZ3.376.681.14-
YUV51.4999.593.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.33%
GREEN value IS 86 (33.98% from 255) = 95.56%
BLUE value IS 1 (0.78% from 255) = 1.11%
R=3.33%
G=95.56%
B=1.11%

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
Decimal38610.9700.990.66118.5997.717.06
Hex35616106342776211
Octal31261141014310216714221
Binary111010110111000010110001110000101110111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035601; }

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

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

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

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

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

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

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

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