#037401

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

Shades of Green #037401

Tints of Green #037401

Color information

#037401 (or 0x037401) is unknown color: approx Green. HEX triplet: 03, 74 and 01. RGB value is (3,116,1). Sum of RGB (Red+Green+Blue) = 3+116+1=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 116 (45.70% from 255 or 96.67% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 116 - color contains mainly: green. Hex color #037401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037401 is #FC8BFE. Grayscale: #454545. Windows color (decimal): -16550911 or 95235. OLE color: 95235.

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

Color convert

RGB31161-
CMYK0.9700.990.55
HSL118.96º98.29%22.94%-
HSV(B)118.96º99.14%45.49%-
XYZ6.2912.512.11-
YUV69.189.5680.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.5%
GREEN value IS 116 (45.70% from 255) = 96.67%
BLUE value IS 1 (0.78% from 255) = 0.83%
R=2.5%
G=96.67%
B=0.83%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal311610.9700.990.55118.9698.2922.94
Hex37416106337776217
Octal3164114101436716714227
Binary11111010011100001011000111101111110111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037401; }

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

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

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

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

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

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

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

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