#046C0E

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

Shades of Green #046C0E

Tints of Green #046C0E

Color information

#046C0E (or 0x046C0E) is unknown color: approx Green. HEX triplet: 04, 6C and 0E. RGB value is (4,108,14). Sum of RGB (Red+Green+Blue) = 4+108+14=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 108 (42.58% from 255 or 85.71% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 108 - color contains mainly: green. Hex color #046C0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046C0E is #FB93F1. Grayscale: #424242. Windows color (decimal): -16487410 or 945156. OLE color: 945156.

HSL color Cylindrical-coordinate representation of color #046C0E: hue angle of 125.77º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046C0E is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.58.

Color convert

RGB410814-
CMYK0.9600.870.58
HSL125.77º92.86%21.96%-
HSV(B)125.77º96.3%42.35%-
XYZ5.4910.782.21-
YUV66.1998.5483.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.17%
GREEN value IS 108 (42.58% from 255) = 85.71%
BLUE value IS 14 (5.86% from 255) = 11.11%
R=3.17%
G=85.71%
B=11.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4108140.9600.870.58125.7792.8621.96
Hex46CE600573A7e5d16
Octal41541614001277217613526
Binary100110110011101100000010101111110101111110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046C0E; }

 p { color: rgb(4,108,14); }

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

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

 a { background-color: rgb(4,108,14); }

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

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

 span { border-color: rgb(4,108,14); }

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