#046201

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

Shades of Green #046201

Tints of Green #046201

Color information

#046201 (or 0x046201) is unknown color: approx Green. HEX triplet: 04, 62 and 01. RGB value is (4,98,1). Sum of RGB (Red+Green+Blue) = 4+98+1=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 98 (38.67% from 255 or 95.15% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 98 - color contains mainly: green. Hex color #046201 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046201 is #FB9DFE. Grayscale: #3B3B3B. Windows color (decimal): -16489983 or 90628. OLE color: 90628.

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

Color convert

RGB4981-
CMYK0.9600.990.62
HSL118.14º97.98%19.41%-
HSV(B)118.14º98.98%38.43%-
XYZ4.428.761.49-
YUV58.8495.3688.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.88%
GREEN value IS 98 (38.67% from 255) = 95.15%
BLUE value IS 1 (0.78% from 255) = 0.97%
R=3.88%
G=95.15%
B=0.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal49810.9600.990.62118.1497.9819.41
Hex4621600633E766213
Octal4142114001437616614223
Binary100110001011100000011000111111101110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046201; }

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

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

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

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

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

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

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

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