#046501

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

Shades of Green #046501

Tints of Green #046501

Color information

#046501 (or 0x046501) is unknown color: approx Green. HEX triplet: 04, 65 and 01. RGB value is (4,101,1). Sum of RGB (Red+Green+Blue) = 4+101+1=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 101 (39.84% from 255 or 95.28% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 101 - color contains mainly: green. Hex color #046501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046501 is #FB9AFE. Grayscale: #3C3C3C. Windows color (decimal): -16489215 or 91396. OLE color: 91396.

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

Color convert

RGB41011-
CMYK0.9600.990.60
HSL118.2º98.04%20%-
HSV(B)118.2º99.01%39.61%-
XYZ4.719.341.58-
YUV60.694.3687.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.77%
GREEN value IS 101 (39.84% from 255) = 95.28%
BLUE value IS 1 (0.78% from 255) = 0.94%
R=3.77%
G=95.28%
B=0.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal410110.9600.990.60118.298.0420
Hex4651600633C766214
Octal4145114001437416614224
Binary100110010111100000011000111111001110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046501; }

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

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

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

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

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

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

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

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