#046206

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

Shades of Green #046206

Tints of Green #046206

Color information

#046206 (or 0x046206) is unknown color: approx Green. HEX triplet: 04, 62 and 06. RGB value is (4,98,6). Sum of RGB (Red+Green+Blue) = 4+98+6=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 98 (38.67% from 255 or 90.74% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 98 - color contains mainly: green. Hex color #046206 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046206 is #FB9DF9. Grayscale: #3B3B3B. Windows color (decimal): -16489978 or 418308. OLE color: 418308.

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

Color convert

RGB4986-
CMYK0.9600.940.62
HSL121.28º92.16%20%-
HSV(B)121.28º95.92%38.43%-
XYZ4.458.771.63-
YUV59.4197.8688.48-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.70%
GREEN value IS 98 (38.67% from 255) = 90.74%
BLUE value IS 6 (2.73% from 255) = 5.56%
R=3.70%
G=90.74%
B=5.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal49860.9600.940.62121.2892.1620
Hex46266005E3E795c14
Octal4142614001367617113424
Binary10011000101101100000010111101111101111001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046206; }

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

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

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

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

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

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

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

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