#046601

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

Shades of Green #046601

Tints of Green #046601

Color information

#046601 (or 0x046601) is unknown color: approx Green. HEX triplet: 04, 66 and 01. RGB value is (4,102,1). Sum of RGB (Red+Green+Blue) = 4+102+1=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 102 (40.23% from 255 or 95.33% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 102 - color contains mainly: green. Hex color #046601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046601 is #FB99FE. Grayscale: #3D3D3D. Windows color (decimal): -16488959 or 91652. OLE color: 91652.

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

Color convert

RGB41021-
CMYK0.9600.990.6
HSL118.22º98.06%20.2%-
HSV(B)118.22º99.02%40%-
XYZ4.819.531.61-
YUV61.1894.0387.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.74%
GREEN value IS 102 (40.23% from 255) = 95.33%
BLUE value IS 1 (0.78% from 255) = 0.93%
R=3.74%
G=95.33%
B=0.93%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal410210.9600.990.6118.2298.0620.2
Hex4661600633C766214
Octal4146114001437416614224
Binary100110011011100000011000111111001110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046601; }

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

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

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

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

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

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

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

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