#046401

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

Shades of Green #046401

Tints of Green #046401

Color information

#046401 (or 0x046401) is unknown color: approx Green. HEX triplet: 04, 64 and 01. RGB value is (4,100,1). Sum of RGB (Red+Green+Blue) = 4+100+1=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 100 (39.45% from 255 or 95.24% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 100 - color contains mainly: green. Hex color #046401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046401 is #FB9BFE. Grayscale: #3C3C3C. Windows color (decimal): -16489471 or 91140. OLE color: 91140.

HSL color Cylindrical-coordinate representation of color #046401: hue angle of 118.18º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #046401 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB41001-
CMYK0.9600.990.61
HSL118.18º98.02%19.8%-
HSV(B)118.18º99%39.22%-
XYZ4.619.141.55-
YUV60.0194.788.05-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.81%
GREEN value IS 100 (39.45% from 255) = 95.24%
BLUE value IS 1 (0.78% from 255) = 0.95%
R=3.81%
G=95.24%
B=0.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal410010.9600.990.61118.1898.0219.8
Hex4641600633D766214
Octal4144114001437516614224
Binary100110010011100000011000111111011110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046401; }

 p { color: rgb(4,100,1); }

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

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

 a { background-color: rgb(4,100,1); }

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

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

 span { border-color: rgb(4,100,1); }

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